Kaydet (Commit) cb9823b6 authored tarafından David Tardon's avatar David Tardon

make sure libpq is in place before it is used

Change-Id: I799a149b319bb6a3168117810084496f8b6d6fbb
üst ec9e6619
......@@ -1772,6 +1772,10 @@ else # !SYSTEM_POSTGRESQL
define gb_LinkTarget__use_postgresql
$(call gb_LinkTarget_use_packages,$(1),\
postgresql \
)
$(call gb_LinkTarget_set_include,$(1),\
-I$(OUTDIR)/inc/postgresql \
$$(INCLUDE) \
......
......@@ -64,10 +64,6 @@ $(eval $(call gb_Library_use_externals,postgresql-sdbc-impl,\
ifneq ($(SYSTEM_POSTGRESQL),YES)
ifneq ($(GUI)$(COM),WNTMSC)
$(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,\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment