emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 08dc1a3: Stop using macOS -prebind option


From: Paul Eggert
Subject: [Emacs-diffs] master 08dc1a3: Stop using macOS -prebind option
Date: Fri, 1 Feb 2019 11:45:48 -0500 (EST)

branch: master
commit 08dc1a371f7b0b88b3961fd37cca8a1717a94a7d
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Stop using macOS -prebind option
    
    * configure.ac (LD_SWITCH_SYSTEM_TEMACS): Remove -prebind,
    which has been obsolete and ineffective since Mac OS X 10.4 (2005),
    which was never necessary for correct operation, and which now
    generates annoying warnings.  Problem reported by Robert Pluim in:
    https://lists.gnu.org/r/emacs-devel/2019-01/msg00761.html
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 7529719..16491a9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5395,7 +5395,7 @@ case "$opsys" in
    else
      libs_nsgui=
    fi
-   LD_SWITCH_SYSTEM_TEMACS="-fno-pie -prebind $libs_nsgui -Xlinker -headerpad 
-Xlinker $headerpad_extra"
+   LD_SWITCH_SYSTEM_TEMACS="-fno-pie $libs_nsgui -Xlinker -headerpad -Xlinker 
$headerpad_extra"
 
    ## This is here because src/Makefile.in did some extra fiddling around
    ## with LD_SWITCH_SYSTEM.  It seems cleaner to put this in



reply via email to

[Prev in Thread] Current Thread [Next in Thread]