diff --git a/lua-luaexpat.changes b/lua-luaexpat.changes index 16f4ea7..7aff6c5 100644 --- a/lua-luaexpat.changes +++ b/lua-luaexpat.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 23 14:17:59 UTC 2022 - Callum Farmer + +- Drop LUA_32BITS and GNU11 std - seems fixed now + ------------------------------------------------------------------- Sun Aug 21 03:38:58 UTC 2022 - Gordon Leung diff --git a/lua-luaexpat.spec b/lua-luaexpat.spec index e5995a3..8633893 100644 --- a/lua-luaexpat.spec +++ b/lua-luaexpat.spec @@ -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=gnu11" + CFLAGS="%{optflags}" %install %make_install \