diff options
author | Sam James <sam@gentoo.org> | 2022-03-24 23:57:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-24 23:57:40 +0000 |
commit | 68c7fb1180a23ab70eff30197abe2020b82f4777 (patch) | |
tree | ecf3431ddd5b0351041e85db19077da69719d5c9 /net-analyzer/nfdump | |
parent | sys-apps/hwloc: add 2.7.1 (diff) | |
download | gentoo-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>
Diffstat (limited to 'net-analyzer/nfdump')
-rw-r--r-- | net-analyzer/nfdump/nfdump-1.6.23-r1.ebuild | 3 |
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() { |