Ismail Dönmez 2015-10-19 06:58:06 +00:00 committed by Git OBS Bridge
parent 149bcae6d7
commit c95e1e0b0e

View File

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