From: Andy Polyakov Date: Wed, 9 Nov 2005 17:28:22 +0000 (+0000) Subject: AIX -blibpath is not accumulative, one apparently has to specify even X-Git-Tag: OpenSSL_0_9_8b~87 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=7cfc9e6d8ccb1fa3337b7da859bd493d5bc53ae6 AIX -blibpath is not accumulative, one apparently has to specify even self-obvious /usr/lib:/lib. PR: 1239 --- 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: