SHA256
10
0
forked from pool/lua-luadbi
Tomáš Chvátal
2017-07-13 19:14:27 +00:00
committed by Git OBS Bridge
parent 8508f5b434
commit 57689327d8

View File

@@ -52,8 +52,11 @@ Oracle.
%setup -q -n luadbi-%{version}
%patch0 -p1
sed -i \
-e :-g -pedantic -Wall -O2:%{optflags} -fPIC -I%{lua_incdir}:g \
Makefile
%build
export CFLAGS="%{optflags} -fPIC"
make %{?_smp_mflags} LIBDIR=%{_libdir}
%install