commit:     8bb47a3333e07260bc3b13ad38eae337f36fe61e
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Thu Feb 29 04:51:37 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 29 04:59:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bb47a33

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 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 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(-)

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() {

Reply via email to