-
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libsodium?expand=0&rev=25
This commit is contained in:
parent
149bcae6d7
commit
c95e1e0b0e
@ -61,8 +61,11 @@ to compile and develop applications that use libsodium.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %arm
|
||||||
|
export CFLAGS="%{optflags} -fno-tree-vrp"
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
make %{?_smp_mflags}
|
%endif
|
||||||
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user