summaryrefslogtreecommitdiffstats
path: root/external/postgresql
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-11-01 11:52:56 +0100
committerMichael Stahl <mstahl@redhat.com>2017-11-01 19:52:53 +0100
commit4fcdc190afe710c2530ea40e30609570519a5ff2 (patch)
treef0e297f50d7e11648cb917bb0ad97a0df00890e8 /external/postgresql
parentFix prefixes of "double" variables in Calc (financial) (diff)
downloadcore-4fcdc190afe710c2530ea40e30609570519a5ff2.tar.gz
core-4fcdc190afe710c2530ea40e30609570519a5ff2.zip
external: consistently use gb_ExternalProject_use_nmake
... instead of hard-coding some subset of the variables everywhere. Change-Id: I5eac5663563ee9d6cb7b57f5f6e9d55560587276 Reviewed-on: https://gerrit.libreoffice.org/44167 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'external/postgresql')
-rw-r--r--external/postgresql/ExternalProject_postgresql.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/external/postgresql/ExternalProject_postgresql.mk b/external/postgresql/ExternalProject_postgresql.mk
index 85699503f627..f6617e52fcd8 100644
--- a/external/postgresql/ExternalProject_postgresql.mk
+++ b/external/postgresql/ExternalProject_postgresql.mk
@@ -21,9 +21,11 @@ $(eval $(call gb_ExternalProject_register_targets,postgresql,\
ifeq ($(OS),WNT)
+$(eval $(call gb_ExternalProject_use_nmake,postgresql,build))
+
$(call gb_ExternalProject_get_state_target,postgresql,build) :
$(call gb_ExternalProject_run,build,\
- MAKEFLAGS= && nmake -f win32.mak USE_SSL=1 USE_LDAP=1 \
+ nmake -f win32.mak USE_SSL=1 USE_LDAP=1 \
,src)
else