summaryrefslogtreecommitdiffstats
path: root/Makefile.shared
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-11-09 17:28:22 +0000
committerAndy Polyakov <appro@openssl.org>2005-11-09 17:28:22 +0000
commit7cfc9e6d8ccb1fa3337b7da859bd493d5bc53ae6 (patch)
tree8335f328422a7c899e560a971e6a37f8e2b9001c /Makefile.shared
parent4952ed0fa4b7c675dbc6b51d890980bbafb2335d (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: