SHA256
10
0
forked from pool/lua-luaexpat

Accepting request 911840 from devel:languages:lua

OBS-URL: https://build.opensuse.org/request/show/911840
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-luaexpat?expand=0&rev=6
This commit is contained in:
Richard Brown
2021-08-16 08:11:17 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 12 14:22:20 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
- Use GNU11 instead of C99
-------------------------------------------------------------------
Fri Apr 9 09:57:24 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>

View File

@@ -50,7 +50,7 @@ make %{?_smp_mflags} \
LUA_V=%{lua_version} \
LUA_CDIR="%{lua_archdir}" \
LUA_INC="-I%{lua_incdir}" \
CFLAGS="%{optflags} -DLUA_32BITS -std=c99"
CFLAGS="%{optflags} -DLUA_32BITS -std=gnu11"
%install
%makeinstall \