summaryrefslogtreecommitdiff
path: root/Makefile.shared
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-08-10 14:42:05 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-08-10 14:42:05 +0000
commitd5ec7d66a8ccd493a45f9ddbf62538bc1708a741 (patch)
treeeb308c3047f2c50630556bd9bc5740c6a4dd6c60 /Makefile.shared
parentdc0aebabe6ec8515b23110bd0fb399c1cea79a89 (diff)
downloadopenssl-new-d5ec7d66a8ccd493a45f9ddbf62538bc1708a741.tar.gz
PR: 2003
Make it possible to install OpenSSL in directories with name other than "lib" for example "lib64". Based on patch from Jeremy Utley.
Diffstat (limited to 'Makefile.shared')
-rw-r--r--Makefile.shared2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.shared b/Makefile.shared
index adf7d4ec3f..e1e214a2a4 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -238,7 +238,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)"; \
+ SHAREDFLAGS="$$SHAREDFLAGS -install_name $(INSTALLTOP)/$(LIBDIR)/$$SHLIB$(SHLIB_EXT)"; \
$(LINK_SO_A)
link_app.darwin: # is there run-path on darwin?
$(LINK_APP)