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 9E7DE158041 for ; Mon, 25 Mar 2024 09:22:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF8CFE2A09; Mon, 25 Mar 2024 09:22:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 B20DDE2A05 for ; Mon, 25 Mar 2024 09:22:01 +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 3676F3430BB for ; Mon, 25 Mar 2024 09:22:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29B8A15E8 for ; Mon, 25 Mar 2024 09:21:57 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1711358445.71ada0fe6fb3351048231aa26e913e6f1cad7aaa.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnet/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libnet/libnet-1.3-r1.ebuild X-VCS-Directories: net-libs/libnet/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 71ada0fe6fb3351048231aa26e913e6f1cad7aaa X-VCS-Branch: master Date: Mon, 25 Mar 2024 09:21:57 +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: e2dc56a2-2014-4ed1-870b-72f604c8ceca X-Archives-Hash: 1389d4ea2012d3949cb571f0567bac75 commit: 71ada0fe6fb3351048231aa26e913e6f1cad7aaa Author: Eli Schwartz gmail com> AuthorDate: Mon Mar 25 03:56:26 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 25 09:20:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71ada0fe net-libs/libnet: make sure elibtoolize is applied Needed to e.g. pass LTO warning flags through to the linker. Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> net-libs/libnet/libnet-1.3-r1.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/net-libs/libnet/libnet-1.3-r1.ebuild b/net-libs/libnet/libnet-1.3-r1.ebuild index 7dcc6589f7eb..edd23888d1d4 100644 --- a/net-libs/libnet/libnet-1.3-r1.ebuild +++ b/net-libs/libnet/libnet-1.3-r1.ebuild @@ -3,6 +3,8 @@ EAPI=8 +inherit libtool + # TODO: Fix upstream dist tarballs to include man pages! # https://github.com/libnet/libnet/issues/169 # @@ -39,6 +41,11 @@ BDEPEND=" DOCS=( ChangeLog.md README.md doc/MIGRATION.md ) +src_prepare() { + default + elibtoolize +} + src_configure() { local myeconfargs=( $(use_enable man doxygen-doc)