mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
AIX -blibpath is not accumulative, one apparently has to specify even
self-obvious /usr/lib:/lib. PR: 1239
This commit is contained in:
parent
6a3a7f3076
commit
4f92a764f1
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user