AIX -blibpath is not accumulative, one apparently has to specify even
self-obvious /usr/lib:/lib. PR: 1239
This commit is contained in:
parent
4952ed0fa4
commit
7cfc9e6d8c
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue