From 29760572b04e832ece11829728681f1fd607c71fc5f7bd232e748c79a1312b94 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 27 Apr 2010 14:24:27 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=31 --- emacs.changes | 6 ++++++ emacs.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/emacs.changes b/emacs.changes index 164e3ca..b217c68 100644 --- a/emacs.changes +++ b/emacs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 27 16:19:58 CEST 2010 - werner@suse.de + +- Avoid segfault with newer gcc 4.5.0, see Emacs bug #6031 on + debbugs.gnu.org + ------------------------------------------------------------------- Mon Apr 5 18:32:53 CEST 2010 - ro@suse.de diff --git a/emacs.spec b/emacs.spec index 8f9a4c4..aed2adf 100644 --- a/emacs.spec +++ b/emacs.spec @@ -307,6 +307,7 @@ LDFLAGS= cflags -Wno-unused-variable CFLAGS cflags -Wno-unused-label CFLAGS cflags -Wno-unprototyped-calls CFLAGS + cflags -fno-optimize-sibling-calls CFLAGS cflags -Wl,-O2 LDFLAGS cflags -Wl,--hash-size=65521 LDFLAGS %ifarch ia64