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:
parent
a5b4bbc568
commit
1fb5de9dbe
@ -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
|
Thu Jan 14 17:04:48 UTC 2010 - max@novell.com
|
||||||
|
|
||||||
|
@ -160,6 +160,7 @@ Authors:
|
|||||||
make
|
make
|
||||||
cd sqlite-tcl
|
cd sqlite-tcl
|
||||||
autoconf
|
autoconf
|
||||||
|
export CFLAGS="%optflags -fno-strict-aliasing"
|
||||||
%configure --with-tcl=%_libdir
|
%configure --with-tcl=%_libdir
|
||||||
make
|
make
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user