We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4525760 commit 3c61c60Copy full SHA for 3c61c60
configure.ac
@@ -1969,6 +1969,17 @@ case ${OS} in
1969
;;
1970
esac
1971
1972
+dnl An old hack similar to a98356fee to remove hard-coded
1973
+dnl bind_at_load flag from libtool
1974
+case $host in
1975
+ *darwin*)
1976
+ AC_MSG_RESULT([Removing -Wl,bind_at_load from libtool.])
1977
+ sed < libtool > libtool-2 '/bind_at_load/d'
1978
+ mv libtool-2 libtool
1979
+ chmod 755 libtool
1980
+ ;;
1981
+esac
1982
+
1983
echo
1984
echo "Options used to compile and link:"
1985
echo " external signer = $use_external_signer"
0 commit comments