summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2020-07-05 10:23:44 +0300
committerAndras Timar <andras.timar@collabora.com>2020-10-16 14:36:49 +0200
commit9d4a66953262024b9a2d33f1ebe2e74440496355 (patch)
tree8c8cc1df4cbc1a124cf8d7baeb6e894302ab056e /external
parent3eade177c22f7896f92056e68c96867d647ddff3 (diff)
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@collabora.com> (cherry picked from commit 5fe12dd54ab09e3321c01f57d6af127b2fbdcf5f) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104338 Tested-by: Andras Timar <andras.timar@collabora.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'external')
-rw-r--r--external/postgresql/UnpackedTarball_postgresql.mk4
1 files changed, 2 insertions, 2 deletions
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: