SHA256
1
0
forked from pool/emacs

Accepting request 484476 from home:msmeissn:branches:editors

- also pass "-no-pie" as linkerflag to disable PIE.

OBS-URL: https://build.opensuse.org/request/show/484476
OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=222
This commit is contained in:
Dr. Werner Fink 2017-04-03 06:22:44 +00:00 committed by Git OBS Bridge
parent 2790b7c125
commit aaae40c010
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Apr 2 16:49:35 UTC 2017 - meissner@suse.com
- also pass "-no-pie" as linkerflag to disable PIE.
-------------------------------------------------------------------
Sat Mar 11 09:02:26 CET 2017 - kukuk@suse.de

View File

@ -323,7 +323,7 @@ VERSION=%{version}
"
%endif
CFLAGS="${RPM_OPT_FLAGS} -D_GNU_SOURCE -DGDK_DISABLE_DEPRECATION_WARNINGS -DGLIB_DISABLE_DEPRECATION_WARNINGS"
LDFLAGS=
LDFLAGS="-no-pie"
cflags -pipe CFLAGS
cflags -Wno-pointer-sign CFLAGS
cflags -Wno-unused-variable CFLAGS