[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - external/postgresql

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Fri Oct 16 12:37:25 UTC 2020


 external/postgresql/UnpackedTarball_postgresql.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9d4a66953262024b9a2d33f1ebe2e74440496355
Author:     Tor Lillqvist <tml at iki.fi>
AuthorDate: Sun Jul 5 10:23:44 2020 +0300
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Fri Oct 16 14:36:49 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>
    (cherry picked from commit 5fe12dd54ab09e3321c01f57d6af127b2fbdcf5f)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104338
    Tested-by: Andras Timar <andras.timar at collabora.com>
    Reviewed-by: Andras Timar <andras.timar 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