dev-libs/libpipeline: make sure elibtoolize is applied

Needed to e.g. pass LTO warning flags through to the linker.

Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
Eli Schwartz
2024-11-07 03:53:58 -05:00
parent 386af88300
commit b1192dbf99

View File

@@ -3,6 +3,8 @@
EAPI=8
inherit libtool
DESCRIPTION="A pipeline manipulation library"
HOMEPAGE="https://libpipeline.nongnu.org/"
SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
@@ -16,6 +18,11 @@ RESTRICT="!test? ( test )"
DEPEND="test? ( dev-libs/check )"
BDEPEND="virtual/pkgconfig"
src_prepare() {
default
elibtoolize
}
src_install() {
default