* configure.ac (LD_SWITCH_SYSTEM_TEMACS): OpenBSD needs -fno-pie.

Reported privately by Han Boetes <han@boetes.org>.
This commit is contained in:
Paul Eggert 2013-05-12 20:54:34 -07:00
parent f5a9432fa6
commit 522fe43b9f
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2013-05-13 Paul Eggert <eggert@cs.ucla.edu>
* configure.ac (LD_SWITCH_SYSTEM_TEMACS): OpenBSD needs -fno-pie.
Reported privately by Han Boetes <han@boetes.org>.
2013-05-08 Juanma Barranquero <lekktu@gmail.com>
* lib/makefile.w32-in (ACL_H): New macro.

View file

@ -4273,6 +4273,8 @@ case "$opsys" in
## It seems clearer therefore to put this piece in LD_SWITCH_SYSTEM_TEMACS.
gnu*) LD_SWITCH_SYSTEM_TEMACS="\$(LD_SWITCH_X_SITE_RPATH)" ;;
openbsd) LD_SWITCH_SYSTEM_TEMACS='-fno-pie' ;;
*) LD_SWITCH_SYSTEM_TEMACS= ;;
esac