From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 72BB3158086 for ; Wed, 8 Dec 2021 11:19:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89C9A2BC009; Wed, 8 Dec 2021 11:19:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B7C92BC009 for ; Wed, 8 Dec 2021 11:19:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 454053436A1 for ; Wed, 8 Dec 2021 11:19:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D13831E3 for ; Wed, 8 Dec 2021 11:19:35 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1638962360.ada6b3f2e495ced7f17a7177c9dc5dd7473f8671.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libnl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libnl/libnl-3.5.0.ebuild X-VCS-Directories: dev-libs/libnl/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: ada6b3f2e495ced7f17a7177c9dc5dd7473f8671 X-VCS-Branch: master Date: Wed, 8 Dec 2021 11:19:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dd7894ac-539b-4bd0-bf24-5b2e4f3eb8ef X-Archives-Hash: df146247897ed5393fa121d5f9db9ecb commit: ada6b3f2e495ced7f17a7177c9dc5dd7473f8671 Author: David Seifert gentoo org> AuthorDate: Wed Dec 8 11:19:20 2021 +0000 Commit: David Seifert gentoo 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 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() {