diff options
Diffstat (limited to 'packages/postgresql')
-rw-r--r-- | packages/postgresql/postgresql_8.1.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/postgresql/postgresql_8.1.4.bb b/packages/postgresql/postgresql_8.1.4.bb index 5843b2b3df..083fed5a21 100644 --- a/packages/postgresql/postgresql_8.1.4.bb +++ b/packages/postgresql/postgresql_8.1.4.bb @@ -5,7 +5,7 @@ DEPENDS = "zlib readline" #WARNING: this recipe assumes you have the timezone compiler present in /usr/sbin/zic -SRC_URI = "ftp://ftp.nl.postgresql.org/pub/mirror/postgresql/source/v${PV}/${P}.tar.bz2" +SRC_URI = "ftp://ftp-archives.postgresql.org/pub/source/v${PV}/${P}.tar.bz2" inherit autotools pkgconfig |