diff options
Diffstat (limited to 'postgresql/UnpackedTarball_postgresql.mk')
-rw-r--r-- | postgresql/UnpackedTarball_postgresql.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/postgresql/UnpackedTarball_postgresql.mk b/postgresql/UnpackedTarball_postgresql.mk index f6b9472acfea..3409a021504c 100644 --- a/postgresql/UnpackedTarball_postgresql.mk +++ b/postgresql/UnpackedTarball_postgresql.mk @@ -14,11 +14,9 @@ $(eval $(call gb_UnpackedTarball_set_tarball,postgresql,$(POSTGRESQL_TARBALL))) $(eval $(call gb_UnpackedTarball_set_patchlevel,postgresql,3)) $(eval $(call gb_UnpackedTarball_add_patches,postgresql, \ - postgresql/postgresql-moz-ldap.patch \ postgresql/postgresql-libs-leak.patch \ - postgresql/libpq-parallel-build.patch \ - postgresql/postgresql-9.1.1-autoreconf.patch \ - postgresql/postgresql-9.1.1-libreoffice.patch \ + postgresql/postgresql-9.2.1-autoreconf.patch \ + postgresql/postgresql-9.2.1-libreoffice.patch \ )) # vim: set noet sw=4 ts=4: |