SHA256
10
0
forked from pool/lua-luaexpat
Tomáš Chvátal
2017-07-13 20:57:09 +00:00
committed by Git OBS Bridge
parent 9257a9510c
commit 7f24c20187
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ Thu Jul 13 20:11:42 UTC 2017 - tchvatal@suse.com
- Drop not needed luaexpat-lib.patch - Drop not needed luaexpat-lib.patch
- Fix detection of some lua based items for 5.2 and 5.3 - Fix detection of some lua based items for 5.2 and 5.3
- Switch to multibuild specfile to build against all lua flavors - Switch to multibuild specfile to build against all lua flavors
- Fix build on lua5.3
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 28 17:31:19 UTC 2014 - seiler@b1-systems.de Wed May 28 17:31:19 UTC 2014 - seiler@b1-systems.de

View File

@@ -48,7 +48,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}" CFLAGS="%{optflags} -DLUA_32BITS"
%install %install
%makeinstall \ %makeinstall \