summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-24 23:57:40 +0000
committerSam James <sam@gentoo.org>2022-03-24 23:57:40 +0000
commit68c7fb1180a23ab70eff30197abe2020b82f4777 (patch)
treeecf3431ddd5b0351041e85db19077da69719d5c9
parentsys-apps/hwloc: add 2.7.1 (diff)
downloadgentoo-68c7fb1180a23ab70eff30197abe2020b82f4777.tar.gz
gentoo-68c7fb1180a23ab70eff30197abe2020b82f4777.tar.bz2
gentoo-68c7fb1180a23ab70eff30197abe2020b82f4777.zip
net-analyzer/nfdump: drop unnecessary --disable-static in -r1
EAPI 8 does this for us. Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-analyzer/nfdump/nfdump-1.6.23-r1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-analyzer/nfdump/nfdump-1.6.23-r1.ebuild b/net-analyzer/nfdump/nfdump-1.6.23-r1.ebuild
index 198f7e8eb909..34bb2bd90adb 100644
--- a/net-analyzer/nfdump/nfdump-1.6.23-r1.ebuild
+++ b/net-analyzer/nfdump/nfdump-1.6.23-r1.ebuild
@@ -66,8 +66,7 @@ src_configure() {
$(use_enable jnat) \
$(use_enable nsel) \
$(use_enable readpcap) \
- $(use_enable sflow) \
- --disable-static
+ $(use_enable sflow)
}
src_install() {