forked from pool/lua-luasec
- Switch to multibuild slotted approach
- Add dep on lua-luasocket OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luasec?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
6793065d6e
commit
060ba04998
@@ -1,8 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 13 21:06:41 UTC 2017 - tchvatal@suse.com
|
||||
|
||||
- Start switching to multibuild slotted approach
|
||||
* Will now use unbundled luasocket
|
||||
- Switch to multibuild slotted approach
|
||||
- Add dep on lua-luasocket
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 11 09:23:19 UTC 2017 - tchvatal@suse.com
|
||||
|
@@ -48,9 +48,7 @@ session between the peers.
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} linux \
|
||||
CFLAGS="%{optflags} -fPIC" \
|
||||
INC_PATH="%{lua_incdir}" \
|
||||
LIB_PATH="%{lua_archdir}"
|
||||
CFLAGS="%{optflags} -fPIC -I%{lua_incdir} -I. -DWITH_LUASOCKET -DLUASOCKET_DEBUG -DLUA_COMPAT_APIINTCASTS"
|
||||
|
||||
%install
|
||||
%make_install LUAPATH=%{lua_noarchdir} LUACPATH=%{lua_archdir}
|
||||
|
Reference in New Issue
Block a user