diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-03-02 03:32:55 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-03-02 03:32:55 +0100 |
commit | 33864a2bae81d2272c9d8e95388de61a7426dfcf (patch) | |
tree | 266da27c362d24117fce4bc558ca9f6873593671 /dev-lua | |
parent | app-arch/lrzip: add 0.650 (diff) | |
download | gentoo-33864a2bae81d2272c9d8e95388de61a7426dfcf.tar.gz gentoo-33864a2bae81d2272c9d8e95388de61a7426dfcf.tar.bz2 gentoo-33864a2bae81d2272c9d8e95388de61a7426dfcf.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>
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/lua-zlib/lua-zlib-1.2-r1.ebuild | 1 |
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)" ) |