From 8bb47a3333e07260bc3b13ad38eae337f36fe61e Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Wed, 28 Feb 2024 23:51:37 -0500 Subject: net-analyzer/net-snmp: apply missing elibtoolize Applies many patches: * Applying portage/1.2.0 patch ... * Applying sed/1.5.6 patch ... * Applying as-needed/2.4.3 patch ... * Applying specs/2.4.6 patch ... * Applying fsanitize/2.4.6 patch ... * Applying fuse-ld/2.4.6 patch ... * Applying static-flags/2.4.6 patch ... * Applying werror/2.4.6 patch ... * Applying cxx-pthread/2.4.6 patch ... * Applying color-record/2.4.6-alt patch ... * Applying ppc64le/2.4.4 patch ... Useful especially for e.g. LTO enforcement. Signed-off-by: Eli Schwartz Signed-off-by: Sam James --- net-analyzer/net-snmp/net-snmp-5.9.3-r3.ebuild | 3 ++- net-analyzer/net-snmp/net-snmp-5.9.4.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'net-analyzer/net-snmp') diff --git a/net-analyzer/net-snmp/net-snmp-5.9.3-r3.ebuild b/net-analyzer/net-snmp/net-snmp-5.9.3-r3.ebuild index 26332d20f449..190fd8f58816 100644 --- a/net-analyzer/net-snmp/net-snmp-5.9.3-r3.ebuild +++ b/net-analyzer/net-snmp/net-snmp-5.9.3-r3.ebuild @@ -9,7 +9,7 @@ GENTOO_DEPEND_ON_PERL=no PYTHON_COMPAT=( python3_{10..11} ) WANT_AUTOMAKE=none -inherit autotools distutils-r1 perl-module systemd +inherit autotools distutils-r1 libtool perl-module systemd DESCRIPTION="Software for generating and retrieving SNMP data" HOMEPAGE="https://www.net-snmp.org/" @@ -122,6 +122,7 @@ src_prepare() { default eautoconf + elibtoolize } src_configure() { diff --git a/net-analyzer/net-snmp/net-snmp-5.9.4.ebuild b/net-analyzer/net-snmp/net-snmp-5.9.4.ebuild index bdb72d5cb0e3..6ac66018c501 100644 --- a/net-analyzer/net-snmp/net-snmp-5.9.4.ebuild +++ b/net-analyzer/net-snmp/net-snmp-5.9.4.ebuild @@ -9,7 +9,7 @@ GENTOO_DEPEND_ON_PERL=no PYTHON_COMPAT=( python3_{10..11} ) WANT_AUTOMAKE=none -inherit autotools distutils-r1 perl-module systemd +inherit autotools distutils-r1 libtool perl-module systemd DESCRIPTION="Software for generating and retrieving SNMP data" HOMEPAGE="https://www.net-snmp.org/" @@ -121,6 +121,7 @@ src_prepare() { default eautoconf + elibtoolize } src_configure() { -- cgit v1.2.3-65-gdbad