commit: 33864a2bae81d2272c9d8e95388de61a7426dfcf Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Wed Mar 2 02:32:55 2022 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Wed Mar 2 02:32:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33864a2b
dev-lua/lua-zlib: fix compilation with luajit-2.1 Closes: https://bugs.gentoo.org/834410 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> dev-lua/lua-zlib/lua-zlib-1.2-r1.ebuild | 1 + 1 file changed, 1 insertion(+) 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)" )
