From ffcaa7651f5761c884b57e1c0f0ff0f92b803194 Mon Sep 17 00:00:00 2001 From: Peter Foley Date: Sun, 21 Oct 2012 09:15:12 -0400 Subject: convert postgresql to gbuild Change-Id: Ia1345904a819d8edfad53c8882be35b398e8bc6e --- connectivity/Library_postgresql-sdbc-impl.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'connectivity/Library_postgresql-sdbc-impl.mk') 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) \ -- cgit