add -fno-strict-aliasing to work around bnc#571934

OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=18
This commit is contained in:
Reinhard Max 2010-01-20 15:22:05 +00:00 committed by Git OBS Bridge
parent a5b4bbc568
commit 1fb5de9dbe
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 20 16:02:54 CET 2010 - max@suse.de
- Add -fno-strict-aliasing to CFLAGS as a temporary workaround
for a crash on (at least) PPC (bnc#571934).
-------------------------------------------------------------------
Thu Jan 14 17:04:48 UTC 2010 - max@novell.com

View File

@ -160,6 +160,7 @@ Authors:
make
cd sqlite-tcl
autoconf
export CFLAGS="%optflags -fno-strict-aliasing"
%configure --with-tcl=%_libdir
make