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: