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
This commit is contained in:
Dr. Werner Fink 2015-02-27 10:25:36 +00:00 committed by Git OBS Bridge
parent 9ab3cecfe4
commit ad049917d9
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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