SHA256
10
0
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:
Tomáš Chvátal
2017-07-14 11:00:46 +00:00
committed by Git OBS Bridge
parent 6793065d6e
commit 060ba04998
2 changed files with 3 additions and 5 deletions

View File

@@ -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

View File

@@ -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}