SHA256
10
0
forked from pool/lua-luaexpat

Accepting request 911839 from home:gmbr3:Lua

- Use GNU11 instead of C99

OBS-URL: https://build.opensuse.org/request/show/911839
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luaexpat?expand=0&rev=19
This commit is contained in:
2021-08-12 14:24:19 +00:00
committed by Git OBS Bridge
parent fd186f5945
commit 67de93a69b
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 \