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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3470D1382C5 for ; Thu, 21 Jan 2021 23:15:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 364BDE0894; Thu, 21 Jan 2021 23:15:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1CEBAE0894 for ; Thu, 21 Jan 2021 23:15:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D714E33BDC9 for ; Thu, 21 Jan 2021 23:15:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60CE9CC for ; Thu, 21 Jan 2021 23:15:39 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1611270937.624c189ab990ca7f9ef45c046b8d1dd60b66a151.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/nftables/files/, net-firewall/nftables/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/nftables/files/nftables-0.9.8-slibtool.patch net-firewall/nftables/nftables-0.9.8.ebuild X-VCS-Directories: net-firewall/nftables/files/ net-firewall/nftables/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 624c189ab990ca7f9ef45c046b8d1dd60b66a151 X-VCS-Branch: master Date: Thu, 21 Jan 2021 23:15:39 +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: d4cd5187-1abe-4472-85fc-b148266bb4b4 X-Archives-Hash: e28131cddf596208cc8954beca6dbad4 commit: 624c189ab990ca7f9ef45c046b8d1dd60b66a151 Author: Lars Wendler gentoo org> AuthorDate: Thu Jan 21 23:15:23 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Jan 21 23:15:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=624c189a net-firewall/nftables: Fixed build with sys-devel/slibtool Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Lars Wendler gentoo.org> net-firewall/nftables/files/nftables-0.9.8-slibtool.patch | 13 +++++++++++++ net-firewall/nftables/nftables-0.9.8.ebuild | 4 ++++ 2 files changed, 17 insertions(+) diff --git a/net-firewall/nftables/files/nftables-0.9.8-slibtool.patch b/net-firewall/nftables/files/nftables-0.9.8-slibtool.patch new file mode 100644 index 00000000000..a92645f793c --- /dev/null +++ b/net-firewall/nftables/files/nftables-0.9.8-slibtool.patch @@ -0,0 +1,13 @@ +This fixes build with sys-devel/slibtool + +--- nftables-0.9.8/src/Makefile.am ++++ nftables-0.9.8/src/Makefile.am +@@ -90,7 +90,7 @@ + + libnftables_la_LIBADD = ${LIBMNL_LIBS} ${LIBNFTNL_LIBS} libparser.la + libnftables_la_LDFLAGS = -version-info ${libnftables_LIBVERSION} \ +- --version-script=$(srcdir)/libnftables.map ++ -Wl,--version-script=$(srcdir)/libnftables.map + + if BUILD_MINIGMP + noinst_LTLIBRARIES += libminigmp.la diff --git a/net-firewall/nftables/nftables-0.9.8.ebuild b/net-firewall/nftables/nftables-0.9.8.ebuild index da74dfce922..626037ea8e8 100644 --- a/net-firewall/nftables/nftables-0.9.8.ebuild +++ b/net-firewall/nftables/nftables-0.9.8.ebuild @@ -40,6 +40,10 @@ REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} ) " +PATCHES=( + "${FILESDIR}/${PN}-0.9.8-slibtool.patch" +) + python_make() { emake \ -C py \