[Libreoffice-commits] core.git: external/postgresql
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Sun Jul 5 18:35:29 UTC 2020
external/postgresql/UnpackedTarball_postgresql.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 5fe12dd54ab09e3321c01f57d6af127b2fbdcf5f
Author: Tor Lillqvist <tml at iki.fi>
AuthorDate: Sun Jul 5 10:23:44 2020 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Sun Jul 5 20:34:50 2020 +0200
Use correct location for the config.{guess,sub} in the postgresql tarball
Change-Id: Iccec53f67ab6c9e7920354f6a26c81300c1bee48
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98097
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml at collabora.com>
diff --git a/external/postgresql/UnpackedTarball_postgresql.mk b/external/postgresql/UnpackedTarball_postgresql.mk
index a53bbbffdb9b..90b363c2dccf 100644
--- a/external/postgresql/UnpackedTarball_postgresql.mk
+++ b/external/postgresql/UnpackedTarball_postgresql.mk
@@ -11,6 +11,8 @@ $(eval $(call gb_UnpackedTarball_UnpackedTarball,postgresql))
$(eval $(call gb_UnpackedTarball_set_tarball,postgresql,$(POSTGRESQL_TARBALL),,postgresql))
+$(eval $(call gb_UnpackedTarball_update_autoconf_configs,postgresql,config))
+
$(eval $(call gb_UnpackedTarball_set_patchlevel,postgresql,3))
$(eval $(call gb_UnpackedTarball_add_patches,postgresql, \
@@ -26,6 +28,4 @@ $(eval $(call gb_UnpackedTarball_add_patches,postgresql, \
))
endif
-$(eval $(call gb_UnpackedTarball_update_autoconf_configs,postgresql))
-
# vim: set noet sw=4 ts=4:
More information about the Libreoffice-commits
mailing list