diff --git a/sqlite3.changes b/sqlite3.changes index 2b3ab52..f793369 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -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 diff --git a/sqlite3.spec b/sqlite3.spec index 14d73a4..b71815a 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -160,6 +160,7 @@ Authors: make cd sqlite-tcl autoconf +export CFLAGS="%optflags -fno-strict-aliasing" %configure --with-tcl=%_libdir make