summaryrefslogtreecommitdiffstats
path: root/Makefile.shared
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-11-09 17:27:19 +0000
committerAndy Polyakov <appro@openssl.org>2005-11-09 17:27:19 +0000
commit4f92a764f169f3bd844bc248a45464a7bd83df4b (patch)
tree6ef55812406f4debba8f0a3a4ccec8883eaa97cc /Makefile.shared
parent6a3a7f3076354a4c2414b16f7fa1b76d5e4174d2 (diff)
AIX -blibpath is not accumulative, one apparently has to specify even
self-obvious /usr/lib:/lib. PR: 1239
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 fb740c9e32..03d091e87d 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -504,7 +504,7 @@ link_a.aix:
SHAREDFLAGS='$(CFLAGS) $(SHARED_LDFLAGS) -G -bE:lib$(LIBNAME).exp -bM:SRE'; \
$(LINK_SO_A_VIA_O)
link_app.aix:
- LDFLAGS="$(CFLAGS) -blibpath:$(LIBRPATH)"; \
+ LDFLAGS="$(CFLAGS) -blibpath:$(LIBRPATH):$${LIBPATH:-/usr/lib:/lib}"; \
$(LINK_APP)
link_o.reliantunix: