forked from pool/libsodium
-
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libsodium?expand=0&rev=29
This commit is contained in:
parent
061a96ad11
commit
7a9050b30d
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user