diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-01-09 14:32:35 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-01-09 14:39:04 +0100 |
commit | 1865f8c4b92381c1407fdb97ad3a92b74ea05862 (patch) | |
tree | 5e490bca8902f5d54cdde98357e68e0cbbac3a0e /net-libs/libpcap/libpcap-9999.ebuild | |
parent | net-libs/libpcap: USE=remote, EAPI=7, strip pcap-config -L/usr/lib (diff) | |
download | gentoo-1865f8c4b92381c1407fdb97ad3a92b74ea05862.tar.gz gentoo-1865f8c4b92381c1407fdb97ad3a92b74ea05862.tar.bz2 gentoo-1865f8c4b92381c1407fdb97ad3a92b74ea05862.zip |
net-libs/libpcap: Add USE=yydebug
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-libs/libpcap/libpcap-9999.ebuild')
-rw-r--r-- | net-libs/libpcap/libpcap-9999.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net-libs/libpcap/libpcap-9999.ebuild b/net-libs/libpcap/libpcap-9999.ebuild index 1a75013c5b77..a6571d9395c0 100644 --- a/net-libs/libpcap/libpcap-9999.ebuild +++ b/net-libs/libpcap/libpcap-9999.ebuild @@ -13,7 +13,7 @@ HOMEPAGE=" LICENSE="BSD" SLOT="0" -IUSE="bluetooth dbus netlink -remote static-libs usb" +IUSE="bluetooth dbus netlink -remote static-libs usb -yydebug" KEYWORDS="" RDEPEND=" @@ -30,7 +30,7 @@ DEPEND=" " PATCHES=( - "${FILESDIR}"/${PN}-1.9.0-pcap-config-includedir.patch + "${FILESDIR}"/${PN}-1.9.1-pcap-config.patch "${FILESDIR}"/${PN}-9999-prefix-darwin.patch ) @@ -47,7 +47,9 @@ multilib_src_configure() { $(use_enable dbus) \ $(use_enable remote) \ $(use_enable usb) \ - $(use_with netlink libnl) + $(use_enable yydebug) \ + $(use_with netlink libnl) \ + --enable-ipv6 } multilib_src_compile() { |