Accepting request 85232 from home:elvigia:branches:multimedia:libs

- Build with --enable-sse, this only disables runtime 
  checking if the *OS* supports SSE, which registers a 
  SIGILL signal handler then tries to execute SSE code...
  it still tests the running *CPU* though.

OBS-URL: https://build.opensuse.org/request/show/85232
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=13
This commit is contained in:
Ismail Dönmez 2011-09-28 06:43:29 +00:00 committed by Git OBS Bridge
parent 4a7d37be96
commit 5ac9e6b646
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Sep 28 03:27:46 UTC 2011 - crrodriguez@opensuse.org
- Build with --enable-sse, this only disables runtime
checking if the *OS* supports SSE, which registers a
SIGILL signal handler then tries to execute SSE code...
it still tests the running *CPU* though.
-------------------------------------------------------------------
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de

View File

@ -92,7 +92,9 @@ export CXXFLAGS="$CFLAGS"
--disable-xmms-plugin \
--disable-static \
--disable-rpath \
--with-pic
--with-pic \
--enable-sse
make %{?_smp_mflags}
%install