Mercurial > hg > xemacs-beta
comparison configure @ 5604:e9f58d024c3c
Disable ASLR on Mac OS X Lion.
2011-11-27 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
* configure.ac:
Add "-Wl,-no_pie" to linker flags on Mac OS X Lion to disable ASLR
that breaks pdump.
* configure: Regenerate.
author | Marcus Crestani <crestani@informatik.uni-tuebingen.de> |
---|---|
date | Tue, 29 Nov 2011 16:19:53 +0100 |
parents | 3e5d5e8e4bb7 |
children | bc51e191aaea |
comparison
equal
deleted
inserted
replaced
5603:2b2f37e84792 | 5604:e9f58d024c3c |
---|---|
11843 $as_echo "no" >&6; } ;; | 11843 $as_echo "no" >&6; } ;; |
11844 esac | 11844 esac |
11845 fi | 11845 fi |
11846 fi | 11846 fi |
11847 | 11847 |
11848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ASLR needs to be disabled" >&5 | |
11849 $as_echo_n "checking whether ASLR needs to be disabled... " >&6; } | |
11850 case `uname -s`:`uname -r` in | |
11851 Darwin:11.*) | |
11852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | |
11853 $as_echo "yes" >&6; } | |
11854 LDFLAGS="$LDFLAGS -Wl,-no_pie" && if test "$verbose" = "yes"; then echo " Appending \"-Wl,-no_pie\" to \$LDFLAGS"; fi | |
11855 ;; | |
11856 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
11857 $as_echo "no" >&6; } ;; | |
11858 esac | |
11859 | |
11848 | 11860 |
11849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for specified window system" >&5 | 11861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for specified window system" >&5 |
11850 $as_echo_n "checking for specified window system... " >&6; } | 11862 $as_echo_n "checking for specified window system... " >&6; } |
11851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5 | 11863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5 |
11852 $as_echo "" >&6; } | 11864 $as_echo "" >&6; } |