commit: 68c7fb1180a23ab70eff30197abe2020b82f4777
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 24 23:57:40 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 24 23:57:40 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68c7fb11
net-analyzer/nfdump: drop unnecessary --disable-static in -r1
EAPI 8 does this for us.
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/nfdump/nfdump-1.6.23-r1.ebuild | 3 +--
1 file changed, 1 insertion(+), 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() {