mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
v4l-utils: fix for libtool>=2.4.6
This commit is contained in:
parent
b3a7970bfa
commit
07fd8e0b97
1 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'v4l-utils'
|
# Template file for 'v4l-utils'
|
||||||
pkgname=v4l-utils
|
pkgname=v4l-utils
|
||||||
version=1.8.1
|
version=1.8.1
|
||||||
revision=1
|
revision=2
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sbindir=/usr/bin --disable-qv4l2 --with-udevdir=/usr/lib/udev"
|
configure_args="--sbindir=/usr/bin --disable-qv4l2 --with-udevdir=/usr/lib/udev"
|
||||||
hostmakedepends="libtool pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
makedepends="libjpeg-turbo-devel libsysfs-devel"
|
makedepends="gettext-devel libjpeg-turbo-devel libsysfs-devel"
|
||||||
conf_files="/etc/rc_maps.cfg"
|
conf_files="/etc/rc_maps.cfg"
|
||||||
short_desc="Userspace tools and libraries for Video 4 Linux"
|
short_desc="Userspace tools and libraries for Video 4 Linux"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
@ -23,7 +23,7 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
libtoolize -f
|
autoreconf -if
|
||||||
}
|
}
|
||||||
|
|
||||||
v4l-utils-devel_package() {
|
v4l-utils-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue