* configure.ac (LD_SWITCH_SYSTEM_TEMACS): OpenBSD needs -fno-pie.
Reported privately by Han Boetes <han@boetes.org>.
This commit is contained in:
parent
f5a9432fa6
commit
522fe43b9f
2 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue