summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2024-05-01 23:01:06 -0400
committerSam James <sam@gentoo.org>2024-05-02 05:31:28 +0100
commit36f15abe67296c5f57a913df5ddc8426070a1809 (patch)
tree9b54dea5a4ce57e5608464a88e95077dcc2475c0 /dev-libs/ffcall
parentdev-php/pecl-event: add 3.1.3 (diff)
downloadgentoo-36f15abe67296c5f57a913df5ddc8426070a1809.tar.gz
gentoo-36f15abe67296c5f57a913df5ddc8426070a1809.tar.bz2
gentoo-36f15abe67296c5f57a913df5ddc8426070a1809.zip
dev-libs/ffcall: 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>
Diffstat (limited to 'dev-libs/ffcall')
-rw-r--r--dev-libs/ffcall/ffcall-2.4-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-libs/ffcall/ffcall-2.4-r1.ebuild b/dev-libs/ffcall/ffcall-2.4-r1.ebuild
index cd0ba85f08fd..d36c133ead5f 100644
--- a/dev-libs/ffcall/ffcall-2.4-r1.ebuild
+++ b/dev-libs/ffcall/ffcall-2.4-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit flag-o-matic
+inherit flag-o-matic libtool
MY_PV="libffcall-${PV}"
@@ -40,6 +40,7 @@ src_prepare() {
done
default
+ elibtoolize
}
src_configure() {