diff options
author | Peter Foley <pefoley2@verizon.net> | 2012-10-21 09:15:12 -0400 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2012-10-21 09:49:03 -0400 |
commit | ffcaa7651f5761c884b57e1c0f0ff0f92b803194 (patch) | |
tree | 2998f0bf2d4843b8d26a912fece947453b4ce538 /connectivity | |
parent | b339e4e2ba2b833903956cbcebf64a2a99dba176 (diff) |
convert postgresql to gbuild
Change-Id: Ia1345904a819d8edfad53c8882be35b398e8bc6e
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/Library_postgresql-sdbc-impl.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/connectivity/Library_postgresql-sdbc-impl.mk b/connectivity/Library_postgresql-sdbc-impl.mk index 7e525a9af7f0..b5094cbbc79c 100644 --- a/connectivity/Library_postgresql-sdbc-impl.mk +++ b/connectivity/Library_postgresql-sdbc-impl.mk @@ -64,7 +64,11 @@ $(eval $(call gb_Library_use_externals,postgresql-sdbc-impl,\ ifneq ($(SYSTEM_POSTGRESQL),YES) ifneq ($(GUI)$(COM),WNTMSC) -include $(OUTDIR)/inc/postgresql/libpq-flags.mk +$(eval $(call gb_Library_use_external_package,postgresql-sdbc-impl,\ + postgresql \ +)) + +-include $(OUTDIR)/inc/postgresql/libpq-flags.mk $(eval $(call gb_Library_add_libs,postgresql-sdbc-impl,\ $(if $(filter-out MACOSX,$(OS)),-Wl$(COMMA)--as-needed) \ |