diff options
| author | Eli Schwartz <eschwartz93@gmail.com> | 2024-03-29 11:26:41 -0400 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2024-03-29 18:45:15 +0000 |
| commit | 7a947b7e443647d8ab5aca6c0d05064fe519674c (patch) | |
| tree | 37126272cf2133c38be671f5541671ebb42c95e9 /dev-lang/lua/lua-5.1.5-r200.ebuild | |
| parent | 001eac07cf2ed466d899c618b432805ae6e091a2 (diff) | |
| download | gentoo-7a947b7e443647d8ab5aca6c0d05064fe519674c.tar.gz gentoo-7a947b7e443647d8ab5aca6c0d05064fe519674c.tar.bz2 gentoo-7a947b7e443647d8ab5aca6c0d05064fe519674c.zip | |
dev-lang/lua: 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-lang/lua/lua-5.1.5-r200.ebuild')
| -rw-r--r-- | dev-lang/lua/lua-5.1.5-r200.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-lang/lua/lua-5.1.5-r200.ebuild b/dev-lang/lua/lua-5.1.5-r200.ebuild index 56b7cc7dbb99..7041b3869d45 100644 --- a/dev-lang/lua/lua-5.1.5-r200.ebuild +++ b/dev-lang/lua/lua-5.1.5-r200.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 optfeature +inherit libtool optfeature DESCRIPTION="A powerful light-weight programming language designed for extending applications" HOMEPAGE="https://www.lua.org/" @@ -29,6 +29,7 @@ src_prepare() { "${FILESDIR}"/${PN}-5.1.4-test.patch ) default + elibtoolize } src_configure() { |
