summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2020-07-05 10:23:44 +0300
committerTor Lillqvist <tml@collabora.com>2020-07-05 20:34:50 +0200
commit5fe12dd54ab09e3321c01f57d6af127b2fbdcf5f (patch)
tree3673bab369e523097b2d99e3d164439646fb608a /external
parent3cd512bd6851287ac742304a9f2be5a61fe535c6 (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>
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: