mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libpcap: update to 1.8.1
Fix usb build option.
This commit is contained in:
parent
65dea61c55
commit
eccf160891
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'libpcap'
|
# Template file for 'libpcap'
|
||||||
pkgname=libpcap
|
pkgname=libpcap
|
||||||
version=1.8.0
|
version=1.8.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-ipv6 --with-libnl --with-pcap=linux
|
configure_args="--enable-ipv6 --with-libnl --with-pcap=linux
|
||||||
$(vopt_enable bluetooth) $(vopt_enable dbus) $(vopt_enable usb canusb)"
|
$(vopt_enable bluetooth) $(vopt_enable dbus) $(vopt_enable usb)"
|
||||||
hostmakedepends="pkg-config flex"
|
hostmakedepends="pkg-config flex"
|
||||||
makedepends="libnl3-devel
|
makedepends="libnl3-devel
|
||||||
$(vopt_if bluetooth libbluetooth-devel)
|
$(vopt_if bluetooth libbluetooth-devel)
|
||||||
|
@ -15,7 +15,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.tcpdump.org/"
|
homepage="http://www.tcpdump.org/"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="http://www.tcpdump.org/release/$pkgname-$version.tar.gz"
|
distfiles="http://www.tcpdump.org/release/$pkgname-$version.tar.gz"
|
||||||
checksum=f47b51533f9f060afb304010ea5cbf51d032707333bca70c36351d255754659c
|
checksum=673dbc69fdc3f5a86fb5759ab19899039a8e5e6c631749e48dcd9c6f0c83541e
|
||||||
|
|
||||||
build_options="bluetooth dbus usb"
|
build_options="bluetooth dbus usb"
|
||||||
build_options_default="usb"
|
build_options_default="usb"
|
||||||
|
|
Loading…
Add table
Reference in a new issue