mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user