From ada6b3f2e495ced7f17a7177c9dc5dd7473f8671 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Wed, 8 Dec 2021 12:19:20 +0100 Subject: dev-libs/libnl: remove unknown configure arguments Closes: https://bugs.gentoo.org/828566 Signed-off-by: David Seifert --- dev-libs/libnl/libnl-3.5.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'dev-libs') diff --git a/dev-libs/libnl/libnl-3.5.0.ebuild b/dev-libs/libnl/libnl-3.5.0.ebuild index bb1b8fad31e2..9a39195af19f 100644 --- a/dev-libs/libnl/libnl-3.5.0.ebuild +++ b/dev-libs/libnl/libnl-3.5.0.ebuild @@ -68,10 +68,9 @@ src_prepare() { multilib_src_configure() { econf \ + --disable-static \ $(multilib_native_use_enable utils cli) \ - $(use_enable debug) \ - $(use_enable static-libs static) \ - $(use_enable threads) + $(use_enable debug) } multilib_src_compile() { -- cgit v1.2.3-65-gdbad