From ad049917d9b2c9a3ecfc800080fc2bfef969078dab4b6d7be1acf4fecdd59272 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Fri, 27 Feb 2015 10:25:36 +0000 Subject: [PATCH] Accepting request 287494 from home:msmeissn:branches:editors - build with -fno-PIE as the loading/dumping mechanism does not like building with PIE by default. OBS-URL: https://build.opensuse.org/request/show/287494 OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=170 --- emacs.changes | 6 ++++++ emacs.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/emacs.changes b/emacs.changes index 16af05e..0595017 100644 --- a/emacs.changes +++ b/emacs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 24 07:08:48 UTC 2015 - meissner@suse.com + +- build with -fno-PIE as the loading/dumping mechanism does not + like building with PIE by default. + ------------------------------------------------------------------- Sat Feb 7 19:47:29 UTC 2015 - coolo@suse.com diff --git a/emacs.spec b/emacs.spec index 4b43866..4bd0506 100644 --- a/emacs.spec +++ b/emacs.spec @@ -313,6 +313,7 @@ LDFLAGS= cflags -Wno-unused-label CFLAGS cflags -Wno-unprototyped-calls CFLAGS cflags -fno-optimize-sibling-calls CFLAGS + cflags -fno-PIE CFLAGS cflags -Wl,-O2 LDFLAGS cflags -Wl,--hash-size=65521 LDFLAGS %ifarch ia64