diff options
| -rwxr-xr-x | autogen/configure | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/autogen/configure b/autogen/configure index 18249461b1e..37b71e2a8ba 100755 --- a/autogen/configure +++ b/autogen/configure @@ -8535,7 +8535,7 @@ case "$opsys" in ;; openbsd) - ## Han Boetes <han@mijncomputer.nl> says this is necessary, + ## Han Boetes <han@boetes.org> says this is necessary, ## otherwise Emacs dumps core on elf systems. LD_SWITCH_SYSTEM="-Z" ;; @@ -27741,6 +27741,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='-nopie' ;; + *) LD_SWITCH_SYSTEM_TEMACS= ;; esac |
