>From b19397df20806ccda902aca35354613414320e10 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 1 Feb 2019 08:45:20 -0800 Subject: [PATCH] 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 7529719429..16491a95d5 100644 --- a/configure.ac +++ b/configure.ac @@ -5395,7 +5395,7 @@ AC_DEFUN 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 -- 2.20.1