forked from pool/lua-luaexpat
- Fix build on lua5.3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luaexpat?expand=0&rev=7
This commit is contained in:
committed by
Git OBS Bridge
parent
9257a9510c
commit
7f24c20187
@@ -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
|
||||||
|
@@ -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 \
|
||||||
|
Reference in New Issue
Block a user