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
%ifarch %arm
export CFLAGS="%{optflags} -fno-tree-vrp"
%configure --disable-static
%endif
make %{?_smp_mflags}
%configure --disable-static
make %{?_smp_mflags} V=1
%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}