SHA256
12
0
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:
Matej Cepl 2021-04-12 21:02:32 +00:00 committed by Git OBS Bridge
parent 33f6a9f0e2
commit fd186f5945
2 changed files with 6 additions and 1 deletions

View File

@ -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>

View File

@ -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 \