mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-lua/lutok: rework LUA_CFLAGS and LUA_LIBS
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
@@ -33,9 +33,13 @@ pkg_setup() {
|
||||
|
||||
src_configure() {
|
||||
lua_setup
|
||||
lua_get_CFLAGS >/dev/null
|
||||
lua_get_LIBS >/dev/null
|
||||
econf --enable-shared --disable-static
|
||||
local myconf=(
|
||||
--enable-shared
|
||||
--disable-static
|
||||
LUA_CFLAGS="$(lua_get_CFLAGS)"
|
||||
LUA_LIBS="$(lua_get_LIBS)"
|
||||
)
|
||||
econf "${myconf[@]}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user