summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-01-19 21:41:05 +0100
committerJeroen Roovers <jer@gentoo.org>2020-01-19 21:47:38 +0100
commit3dec6a80f9c8c540966b77d731c91b7e40f2e6ca (patch)
tree24283a07d9b083c07408793546ef37725bf73d00 /net-libs
parentdev-python/python-varlink: Bump to version 30.3.0 (diff)
downloadgentoo-3dec6a80f9c8c540966b77d731c91b7e40f2e6ca.tar.gz
gentoo-3dec6a80f9c8c540966b77d731c91b7e40f2e6ca.tar.bz2
gentoo-3dec6a80f9c8c540966b77d731c91b7e40f2e6ca.zip
net-libs/libpcap: Disable RDMA support.
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Bug: https://bugs.gentoo.org/705802 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libpcap/libpcap-1.9.1-r2.ebuild1
-rw-r--r--net-libs/libpcap/libpcap-1.9.1.ebuild5
2 files changed, 4 insertions, 2 deletions
diff --git a/net-libs/libpcap/libpcap-1.9.1-r2.ebuild b/net-libs/libpcap/libpcap-1.9.1-r2.ebuild
index 96323e01da64..d2811226707a 100644
--- a/net-libs/libpcap/libpcap-1.9.1-r2.ebuild
+++ b/net-libs/libpcap/libpcap-1.9.1-r2.ebuild
@@ -55,6 +55,7 @@ multilib_src_configure() {
$(use_enable usb) \
$(use_enable yydebug) \
$(use_with netlink libnl) \
+ --disable-rdma \
--enable-ipv6
}
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
}