SHA256
1
0
forked from pool/libsodium
Ismail Dönmez 2015-10-19 07:07:48 +00:00 committed by Git OBS Bridge
parent 061a96ad11
commit 7a9050b30d

View File

@ -63,9 +63,9 @@ to compile and develop applications that use libsodium.
%build %build
%ifarch %arm %ifarch %arm
export CFLAGS="%{optflags} -fno-tree-vrp" export CFLAGS="%{optflags} -fno-tree-vrp"
%configure --disable-static
%endif %endif
make %{?_smp_mflags} %configure --disable-static
make %{?_smp_mflags} V=1
%install %install
make DESTDIR=%{buildroot} install %{?_smp_mflags} make DESTDIR=%{buildroot} install %{?_smp_mflags}