Accepting request 340172 from devel:libraries:c_c++

- Now that gcc 5.2 is available on TW, remove the ARMv7 workaround.

OBS-URL: https://build.opensuse.org/request/show/340172
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsodium?expand=0&rev=12
This commit is contained in:
Stephan Kulow
2015-10-25 18:12:56 +00:00
committed by Git OBS Bridge
2 changed files with 5 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 21 07:06:19 UTC 2015 - idonmez@suse.com
- Now that gcc 5.2 is available on TW, remove the ARMv7 workaround.
-------------------------------------------------------------------
Sun Oct 18 15:09:15 UTC 2015 - idonmez@suse.com

View File

@@ -61,10 +61,6 @@ to compile and develop applications that use libsodium.
%setup -q
%build
%ifarch %arm
# "sign" test fails otherwise
export CFLAGS="%{optflags} -fno-tree-vrp"
%endif
%configure --disable-static
make %{?_smp_mflags} V=1