From: Andy Polyakov Date: Fri, 28 Oct 2005 08:11:51 +0000 (+0000) Subject: Add -install_name to link_a.darwin rule [from HEAD]. X-Git-Tag: OpenSSL_0_9_8b~101 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=63533e9a22d9db99e289aa68db831f0062ac0ff0;p=openssl Add -install_name to link_a.darwin rule [from HEAD]. PR: 1218 --- diff --git a/Makefile.shared b/Makefile.shared index acee25cfea..fb740c9e32 100644 --- a/Makefile.shared +++ b/Makefile.shared @@ -227,6 +227,7 @@ link_a.darwin: if [ -n "$$SHLIB_SOVER_NODOT" ]; then \ SHAREDFLAGS="$$SHAREDFLAGS -compatibility_version $$SHLIB_SOVER_NODOT"; \ fi; \ + SHAREDFLAGS="$$SHAREDFLAGS -install_name ${INSTALLTOP}/lib/$$SHLIB${SHLIB_EXT}"; \ $(LINK_SO_A) link_app.darwin: # is there run-path on darwin? $(LINK_APP)