[Libreoffice-commits] core.git: Branch 'libreoffice-7-0' - external/postgresql
Michael Stahl (via logerrit)
logerrit at kemper.freedesktop.org
Thu Feb 4 17:13:28 UTC 2021
external/postgresql/ExternalProject_postgresql.mk | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 0b8459333735f1fcbbc3a93eb672593c59720f14
Author: Michael Stahl <michael.stahl at allotropia.de>
AuthorDate: Wed Feb 3 18:59:41 2021 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Thu Feb 4 18:12:50 2021 +0100
postgresql: try to cargo-cult MSBuild arguments
Extremely unclear to me whether these are useful or necessary,
but the other MSBuild ones have them.
Change-Id: Iacdd1a1e326bd9ae7c918f5b143495f613ff41d1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110385
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens at allotropia.de>
(cherry picked from commit bbc5cc71fd1723db8cb5020f83db5cafc0f8a52a)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110404
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/external/postgresql/ExternalProject_postgresql.mk b/external/postgresql/ExternalProject_postgresql.mk
index 2ffd6b1c9196..7f300a167759 100644
--- a/external/postgresql/ExternalProject_postgresql.mk
+++ b/external/postgresql/ExternalProject_postgresql.mk
@@ -25,7 +25,9 @@ $(eval $(call gb_ExternalProject_use_nmake,postgresql,build))
$(call gb_ExternalProject_get_state_target,postgresql,build) :
$(call gb_Trace_StartRange,postgresql,EXTERNAL)
$(call gb_ExternalProject_run,build,\
- MSBFLAGS=/p:Platform=$(if $(filter X86_64,$(CPUNAME)),x64,Win32) \
+ MSBFLAGS="/p:Platform=$(if $(filter X86_64,$(CPUNAME)),x64,Win32) \
+ $(if $(filter 160,$(VCVER)),/p:PlatformToolset=v142 /p:VisualStudioVersion=16.0 /ToolsVersion:Current) \
+ $(if $(filter 10,$(WINDOWS_SDK_VERSION)),/p:WindowsTargetPlatformVersion=$(UCRTVERSION))" \
$(PERL) build.pl $(if $(MSVC_USE_DEBUG_RUNTIME),Debug,Release) libpq \
,src/tools/msvc)
$(call gb_Trace_EndRange,postgresql,EXTERNAL)
More information about the Libreoffice-commits
mailing list