diff --git a/flac.changes b/flac.changes index 31e5a34..c67900f 100644 --- a/flac.changes +++ b/flac.changes @@ -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 diff --git a/flac.spec b/flac.spec index 0550f07..93e4b34 100644 --- a/flac.spec +++ b/flac.spec @@ -92,7 +92,9 @@ export CXXFLAGS="$CFLAGS" --disable-xmms-plugin \ --disable-static \ --disable-rpath \ - --with-pic + --with-pic \ + --enable-sse + make %{?_smp_mflags} %install