SHA256
12
0
forked from pool/lua-mpack
Matej Cepl 2020-07-09 20:01:23 +00:00 committed by Git OBS Bridge
parent aa5e0d7c43
commit ca97f5348c

View File

@ -64,7 +64,7 @@ popd
sed -i 's|LUA_CMOD_INSTALLDIR :=.*|LUA_CMOD_INSTALLDIR := $(shell echo "%{lua_archdir}")|g' Makefile sed -i 's|LUA_CMOD_INSTALLDIR :=.*|LUA_CMOD_INSTALLDIR := $(shell echo "%{lua_archdir}")|g' Makefile
%build %build
make %{?_smp_mflags} \ %make_build \
USE_SYSTEM_LUA=yes \ USE_SYSTEM_LUA=yes \
MPACK_LUA_VERSION=%{lua_version} \ MPACK_LUA_VERSION=%{lua_version} \
CFLAGS="%{optflags} -fPIC" CFLAGS="%{optflags} -fPIC"