summaryrefslogtreecommitdiffstats
path: root/connectivity
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2012-02-02 21:20:11 +0100
committerLionel Elie Mamane <lionel@mamane.lu>2012-02-02 21:21:49 +0100
commitc39cec2f91205529cef237e6bae500bbaf169517 (patch)
treecec5871e5b2a51ca349e96f49fc387f30f0d02e1 /connectivity
parentcui: about.cxx: nSpace was not declared in this scope (diff)
downloadcore-c39cec2f91205529cef237e6bae500bbaf169517.tar.gz
core-c39cec2f91205529cef237e6bae500bbaf169517.zip
pgsql-sdbc: libpq dependencies *after* libpq seems to be the right after all
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/postgresql/makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/postgresql/makefile.mk b/connectivity/source/drivers/postgresql/makefile.mk
index 8a831a6f20eb..d4df775545a0 100644
--- a/connectivity/source/drivers/postgresql/makefile.mk
+++ b/connectivity/source/drivers/postgresql/makefile.mk
@@ -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