Ismail Dönmez 2015-12-01 14:13:30 +00:00 committed by Git OBS Bridge
parent c7df609d78
commit 127aa846ed

View File

@ -61,8 +61,11 @@ to compile and develop applications that use libsodium.
%setup -q
%build
%ifnarch ppc64le
export CFLAGS="%{optflags} -flto"
export LDFLAGS="-flto"
%endif
%configure --disable-static
make %{?_smp_mflags} V=1