[Libreoffice-commits] core.git: Branch 'libreoffice-7-1' - RepositoryExternal.mk
Michael Stahl (via logerrit)
logerrit at kemper.freedesktop.org
Fri Jan 22 10:32:04 UTC 2021
RepositoryExternal.mk | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
New commits:
commit 2cca78f81e8acacb324a1ff1aa404ead1144549c
Author: Michael Stahl <michael.stahl at allotropia.de>
AuthorDate: Thu Jan 21 14:26:01 2021 +0100
Commit: Michael Stahl <michael.stahl at allotropia.de>
CommitDate: Fri Jan 22 11:31:31 2021 +0100
postgresql: fix mistake in RepositoryExternal.mk
Apparently causes "ERROR: Source for postgresql.filelist not found!" on
non-WNT.
Change-Id: I79cf9074bc8e4948febe76fc963231c916a274cb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109760
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
Tested-by: Jenkins
(cherry picked from commit 5e6e87f1556e484c4d4be7e3b01ef668ab602f3c)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109745
Reviewed-by: Jean-Baptiste Faure <jbfaure at libreoffice.org>
Reviewed-by: Michael Stahl <michael.stahl at allotropia.de>
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 8ede95168201..78cc07bdd7a1 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -3050,6 +3050,12 @@ endef
else # !SYSTEM_POSTGRESQL
+ifeq ($(OS),WNT)
+$(eval $(call gb_Helper_register_packages_for_install,postgresqlsdbc,\
+ postgresql \
+))
+endif # WNT
+
define gb_LinkTarget__use_postgresql
$(call gb_LinkTarget_use_external_project,$(1),postgresql,full)
@@ -3062,10 +3068,6 @@ $(call gb_LinkTarget_set_include,$(1),\
ifeq ($(OS),WNT)
-$(eval $(call gb_Helper_register_packages_for_install,postgresqlsdbc,\
- postgresql \
-))
-
$(call gb_LinkTarget_add_libs,$(1),\
$(call gb_UnpackedTarball_get_dir,postgresql)/$(gb_MSBUILD_CONFIG)/libpq/libpq.lib \
)
More information about the Libreoffice-commits
mailing list