Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-zlib/
Date: Wed, 02 Mar 2022 02:33:45
Message-Id: 1646188375.33864a2bae81d2272c9d8e95388de61a7426dfcf.conikost@gentoo
1 commit: 33864a2bae81d2272c9d8e95388de61a7426dfcf
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 2 02:32:55 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 2 02:32:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33864a2b
7
8 dev-lua/lua-zlib: fix compilation with luajit-2.1
9
10 Closes: https://bugs.gentoo.org/834410
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 dev-lua/lua-zlib/lua-zlib-1.2-r1.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-lua/lua-zlib/lua-zlib-1.2-r1.ebuild b/dev-lua/lua-zlib/lua-zlib-1.2-r1.ebuild
17 index fc772503f8ab..fee095b99a75 100644
18 --- a/dev-lua/lua-zlib/lua-zlib-1.2-r1.ebuild
19 +++ b/dev-lua/lua-zlib/lua-zlib-1.2-r1.ebuild
20 @@ -26,6 +26,7 @@ DEPEND="${RDEPEND}"
21 lua_src_configure() {
22 local mycmakeargs=(
23 -DINSTALL_CMOD="$(lua_get_cmod_dir)"
24 + -DLUA_INCLUDE_DIR="$(lua_get_include_dir)"
25 -DUSE_LUA_VERSION="$(lua_get_version)"
26 )