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>
This commit is contained in:
Tor Lillqvist
2020-07-05 10:23:44 +03:00
committed by Tor Lillqvist
parent 3cd512bd68
commit 5fe12dd54a

View File

@@ -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: