summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2022-03-02 03:32:55 +0100
committerConrad Kostecki <conikost@gentoo.org>2022-03-02 03:32:55 +0100
commit33864a2bae81d2272c9d8e95388de61a7426dfcf (patch)
tree266da27c362d24117fce4bc558ca9f6873593671
parentapp-arch/lrzip: add 0.650 (diff)
downloadgentoo-33864a2b.tar.gz
gentoo-33864a2b.tar.bz2
gentoo-33864a2b.zip
dev-lua/lua-zlib: fix compilation with luajit-2.1
Closes: https://bugs.gentoo.org/834410 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r--dev-lua/lua-zlib/lua-zlib-1.2-r1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-lua/lua-zlib/lua-zlib-1.2-r1.ebuild b/dev-lua/lua-zlib/lua-zlib-1.2-r1.ebuild
index fc772503f8ab..fee095b99a75 100644
--- a/dev-lua/lua-zlib/lua-zlib-1.2-r1.ebuild
+++ b/dev-lua/lua-zlib/lua-zlib-1.2-r1.ebuild
@@ -26,6 +26,7 @@ DEPEND="${RDEPEND}"
lua_src_configure() {
local mycmakeargs=(
-DINSTALL_CMOD="$(lua_get_cmod_dir)"
+ -DLUA_INCLUDE_DIR="$(lua_get_include_dir)"
-DUSE_LUA_VERSION="$(lua_get_version)"
)