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 <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Eli Schwartz
2024-03-24 23:56:26 -04:00
committed by Sam James
parent 36a9108dba
commit 71ada0fe6f

View File

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