SHA256
12
0
forked from pool/lua-luaexpat

Accepting request 998861 from home:gmbr3:Lua

- Drop LUA_32BITS and GNU11 std - seems fixed now

OBS-URL: https://build.opensuse.org/request/show/998861
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luaexpat?expand=0&rev=22
This commit is contained in:
Callum Farmer 2022-08-23 14:21:48 +00:00 committed by Git OBS Bridge
parent f35c788c86
commit 12f78e4bd6
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Aug 23 14:17:59 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
- Drop LUA_32BITS and GNU11 std - seems fixed now
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Aug 21 03:38:58 UTC 2022 - Gordon Leung <pirateclip@protonmail.com> Sun Aug 21 03:38:58 UTC 2022 - Gordon Leung <pirateclip@protonmail.com>

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 -std=gnu11" CFLAGS="%{optflags}"
%install %install
%make_install \ %make_install \