summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2024-02-28 23:51:37 -0500
committerSam James <sam@gentoo.org>2024-02-29 04:59:40 +0000
commit8bb47a3333e07260bc3b13ad38eae337f36fe61e (patch)
tree245e58ddfdce77e3cd3db4b15881ad90f619fd9b /net-analyzer
parentmedia-libs/exempi: add 2.6.5 (diff)
downloadgentoo-8bb47a3333e07260bc3b13ad38eae337f36fe61e.tar.gz
gentoo-8bb47a3333e07260bc3b13ad38eae337f36fe61e.tar.bz2
gentoo-8bb47a3333e07260bc3b13ad38eae337f36fe61e.zip
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 <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/net-snmp/net-snmp-5.9.3-r3.ebuild3
-rw-r--r--net-analyzer/net-snmp/net-snmp-5.9.4.ebuild3
2 files changed, 4 insertions, 2 deletions
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() {