forked from pool/lua-luaexpat
Accepting request 884022 from home:gmbr3:lua
- Fix build with Lua 5.4.3 OBS-URL: https://build.opensuse.org/request/show/884022 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luaexpat?expand=0&rev=17
This commit is contained in:
parent
33f6a9f0e2
commit
fd186f5945
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 9 09:57:24 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
||||||
|
|
||||||
|
- Fix build with Lua 5.4.3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 18 15:55:50 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
Thu Feb 18 15:55:50 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ make %{?_smp_mflags} \
|
|||||||
LUA_V=%{lua_version} \
|
LUA_V=%{lua_version} \
|
||||||
LUA_CDIR="%{lua_archdir}" \
|
LUA_CDIR="%{lua_archdir}" \
|
||||||
LUA_INC="-I%{lua_incdir}" \
|
LUA_INC="-I%{lua_incdir}" \
|
||||||
CFLAGS="%{optflags} -DLUA_32BITS"
|
CFLAGS="%{optflags} -DLUA_32BITS -std=c99"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall \
|
%makeinstall \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user