From 63533e9a22d9db99e289aa68db831f0062ac0ff0 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Fri, 28 Oct 2005 08:11:51 +0000 Subject: Add -install_name to link_a.darwin rule [from HEAD]. PR: 1218 --- Makefile.shared | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.shared') 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) -- cgit v1.2.3