Suppress GNUstep hardening
commit1c98f989911442e552f597c74606a220f9315ae8
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 13 Feb 2016 00:23:25 +0000 (12 16:23 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 13 Feb 2016 00:24:04 +0000 (12 16:24 -0800)
treebe280e8110b29e9dad76538f484d0f7271f74e8f
parentd82f24ba8530eb8de04a319cc80742a0a953040e
Suppress GNUstep hardening

Fedora 23 normally hardens GNUstep applications, which causes
‘./configure --with-ns’ to break Emacs’s funky way of undumping.
Fix this by eliding the hardening options (Bug#22518).
* src/Makefile.in (LIBS_GNUSTEP): Omit options like
‘-specs=/usr/lib/rpm/redhat/redhat-hardened-ld’.
(GNU_OBJC_CFLAGS): Omit options like
‘-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1’.
src/Makefile.in