commit:     ada6b3f2e495ced7f17a7177c9dc5dd7473f8671
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  8 11:19:20 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Dec  8 11:19:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ada6b3f2

dev-libs/libnl: remove unknown configure arguments

Closes: https://bugs.gentoo.org/828566
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-libs/libnl/libnl-3.5.0.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

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() {

Reply via email to