commit/XEmacs: Marcus Crestani: Disable ASLR on Yosemite.
[email protected] Sun, 12 Oct 2014 05:19:01 -0000
| Newsgroups | gmane.emacs.xemacs.patches |
|---|---|
| Message-ID | <[email protected]> |
1 new commit in XEmacs: https://bitbucket.org/xemacs/xemacs/commits/a58070ee1f31/ Changeset: a58070ee1f31 User: Marcus Crestani Date: 2014-10-12 05:17:55+00:00 Summary: Disable ASLR on Yosemite. Affected #: 3 files diff -r 5de7b6d1e752040c4177357af6c017945f784b04 -r a58070ee1f31f90bdeb9dea88a9f488630be9744 ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-10-10 Marcus Crestani <[email protected]> + + * configure.ac: Disable ASLR on Yosemite. + * configure: Rebuild. + 2014-10-09 Jerry James <[email protected]> * configure.ac: Check for TLS headers as well as libraries. diff -r 5de7b6d1e752040c4177357af6c017945f784b04 -r a58070ee1f31f90bdeb9dea88a9f488630be9744 configure --- a/configure +++ b/configure @@ -12226,7 +12226,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ASLR needs to be disabled" >&5 $as_echo_n "checking whether ASLR needs to be disabled... " >&6; } case `uname -s`:`uname -r` in - Darwin:1[123].*) + Darwin:1[1234].*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } LDFLAGS="$LDFLAGS -Wl,-no_pie" && if test "$verbose" = "yes"; then echo " Appending \"-Wl,-no_pie\" to \$LDFLAGS"; fi diff -r 5de7b6d1e752040c4177357af6c017945f784b04 -r a58070ee1f31f90bdeb9dea88a9f488630be9744 configure.ac --- a/configure.ac +++ b/configure.ac @@ -2820,8 +2820,8 @@ dnl Disable ASLR on systems where it breaks pdump. AC_MSG_CHECKING([whether ASLR needs to be disabled]) case `uname -s`:`uname -r` in - dnl Mac OS X 10.7 Lion, 10.8 Mountain Lion, 10.9 Mavericks - Darwin:1[[123]].*) + dnl Mac OS X 10.7 Lion, 10.8 Mountain Lion, 10.9 Mavericks, 10.10 Yosemite + Darwin:1[[1234]].*) AC_MSG_RESULT(yes) XE_APPEND([-Wl,-no_pie], LDFLAGS) ;; Repository URL: https://bitbucket.org/xemacs/xemacs/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.