From fd186f5945d07a7221b28d754e8ad47f446c169c3dd10f57c388ddb6c3b82abe Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 12 Apr 2021 21:02:32 +0000 Subject: [PATCH] Accepting request 884022 from home:gmbr3:lua - Fix build with Lua 5.4.3 OBS-URL: https://build.opensuse.org/request/show/884022 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luaexpat?expand=0&rev=17 --- 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 400a4e4..e285053 100644 --- a/lua-luaexpat.changes +++ b/lua-luaexpat.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 9 09:57:24 UTC 2021 - Callum Farmer + +- Fix build with Lua 5.4.3 + ------------------------------------------------------------------- Thu Feb 18 15:55:50 UTC 2021 - Callum Farmer diff --git a/lua-luaexpat.spec b/lua-luaexpat.spec index 06adeaa..53764ed 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" + CFLAGS="%{optflags} -DLUA_32BITS -std=c99" %install %makeinstall \