From 12f78e4bd674d423d5d6c31432d284848adbda8af09fb6585d7ce618239137fb Mon Sep 17 00:00:00 2001 From: Callum Farmer Date: Tue, 23 Aug 2022 14:21:48 +0000 Subject: [PATCH] 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 --- lua-luaexpat.changes | 5 +++++ lua-luaexpat.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 \