Accepting request 294547 from devel:ARM:Factory

- disable unchecked use of NEON extension

OBS-URL: https://build.opensuse.org/request/show/294547
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/speexdsp?expand=0&rev=8
This commit is contained in:
Martin Pluskal 2015-04-05 08:34:24 +00:00 committed by Git OBS Bridge
parent 1617314aaa
commit afa2abb6b4
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Apr 5 00:55:44 UTC 2015 - dmueller@suse.com
- disable unchecked use of NEON extension
-------------------------------------------------------------------
Mon Mar 16 21:00:41 UTC 2015 - jengelh@inai.de

View File

@ -62,8 +62,11 @@ SpeeX library.
%setup -q -n %{name}-%{package_version}
%build
# Disable NEON since it doesn't check for availability of the NEON
# extension at runtime
%configure \
--disable-static
--disable-static \
--disable-neon
make %{?_smp_mflags}