summaryrefslogtreecommitdiff
path: root/net-libs/libpcap/libpcap-1.9.1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-20 19:28:42 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-20 19:28:42 +0000
commit032a3dbb5d4ea63ec6c2ceb39c067ea6424b5792 (patch)
treed46be9dbc767750a192f7a4d505757f2eec582f3 /net-libs/libpcap/libpcap-1.9.1.ebuild
parent6ec19c7f1bc4aa70e5f8a86cd29d579a95d97035 (diff)
gentoo resync : 20.01.2020
Diffstat (limited to 'net-libs/libpcap/libpcap-1.9.1.ebuild')
-rw-r--r--net-libs/libpcap/libpcap-1.9.1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-libs/libpcap/libpcap-1.9.1.ebuild b/net-libs/libpcap/libpcap-1.9.1.ebuild
index 9f48337ff265..3cf06cfdf4c3 100644
--- a/net-libs/libpcap/libpcap-1.9.1.ebuild
+++ b/net-libs/libpcap/libpcap-1.9.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -49,9 +49,10 @@ multilib_src_configure() {
ECONF_SOURCE="${S}" \
econf \
$(use_enable bluetooth) \
- $(use_enable usb) \
$(use_enable dbus) \
+ $(use_enable usb) \
$(use_with netlink libnl) \
+ --disable-rdma \
--enable-ipv6
}