1--- libtool-2.4.6/build-aux/ltmain.in.orig	2019-03-06 17:18:05.670433700 +0100
2+++ libtool-2.4.6/build-aux/ltmain.in	2019-03-06 17:21:23.122227200 +0100
3@@ -8296,16 +8296,6 @@
4
5       case $host in
6       *-*-darwin*)
7-	# Don't allow lazy linking, it breaks C++ global constructors
8-	# But is supposedly fixed on 10.4 or later (yay!).
9-	if test CXX = "$tagname"; then
10-	  case ${MACOSX_DEPLOYMENT_TARGET-10.0} in
11-	    10.[0123])
12-	      func_append compile_command " $wl-bind_at_load"
13-	      func_append finalize_command " $wl-bind_at_load"
14-	    ;;
15-	  esac
16-	fi
17 	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
18 	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
19 	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
20--- libtool-2.4.6/build-aux/ltmain.sh.orig	2019-03-06 17:18:05.690203200 +0100
21+++ libtool-2.4.6/build-aux/ltmain.sh	2019-03-06 17:21:40.825606300 +0100
22@@ -10208,16 +10208,6 @@
23
24       case $host in
25       *-*-darwin*)
26-	# Don't allow lazy linking, it breaks C++ global constructors
27-	# But is supposedly fixed on 10.4 or later (yay!).
28-	if test CXX = "$tagname"; then
29-	  case ${MACOSX_DEPLOYMENT_TARGET-10.0} in
30-	    10.[0123])
31-	      func_append compile_command " $wl-bind_at_load"
32-	      func_append finalize_command " $wl-bind_at_load"
33-	    ;;
34-	  esac
35-	fi
36 	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
37 	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
38 	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
39