pgsql-sdbc: libpq dependencies *after* libpq seems to be the right after all
This commit is contained in:
parent
38ce8bbbd1
commit
c39cec2f91
1 changed files with 2 additions and 2 deletions
|
@ -160,8 +160,8 @@ SHL2STDLIBS= \
|
|||
$(SALLIB) \
|
||||
$(SALHELPERLIB) \
|
||||
$(POSTGRESQL_LIB) \
|
||||
$(LIBPQ_DEP_LIBS) \
|
||||
$(LIBPQ_LINK)
|
||||
$(LIBPQ_LINK) \
|
||||
$(LIBPQ_DEP_LIBS)
|
||||
|
||||
SHL2LIBS= $(LIB2TARGET)
|
||||
SHL2DEF= $(MISC)/$(SHL2TARGET).def
|
||||
|
|
Loading…
Reference in a new issue