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:
parent
2790b7c125
commit
aaae40c010
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user