diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-13 18:06:45 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-13 18:06:45 +0200 |
commit | 8edb1cd5a6a03b391003a1047e0b3ca6d22acd45 (patch) | |
tree | 751b35f97d8dcc1c9da4f0c81d9707701e8d6710 /package/postgresql/Makefile | |
parent | 92dd4fee15cb7c33868c7d7213f82136955397b1 (diff) |
bulk package update
Diffstat (limited to 'package/postgresql/Makefile')
-rw-r--r-- | package/postgresql/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/package/postgresql/Makefile b/package/postgresql/Makefile index 3f89ddf1c..4419a3c61 100644 --- a/package/postgresql/Makefile +++ b/package/postgresql/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= postgresql -PKG_VERSION:= 8.3.7 +PKG_VERSION:= 8.4.4 PKG_RELEASE:= 1 -PKG_MD5SUM:= 6e36f3b4dd27ae0c352376ea9f843de2 +PKG_MD5SUM:= ae7f305eb9388b187e8f07dee0cec55c PKG_DESCR:= PostgreSQL database library PKG_SECTION:= libs PKG_BUILDDEP+= zlib @@ -25,17 +25,14 @@ INSTALL_STYLE:= manual PKG_CONFIGURE_ARGS:=\ --disable-integer-datetimes \ - --without-java \ - --without-krb4 \ --without-krb5 \ --without-openssl \ --without-pam \ --without-perl \ --without-python \ --without-readline \ - --without-rendezvous \ + --without-bonjour \ --without-tcl \ - --without-tk \ --with-zlib="yes" CONFIGURE_ARGS+= ${PKG_CONFIGURE_ARGS} @@ -60,6 +57,6 @@ do-build: do-install: ${INSTALL_DIR} ${IDIR_LIBPQ}/usr/lib - ${CP} ${WRKINST}/usr/lib/libpq.so.* ${IDIR_LIBPQ}/usr/lib + ${CP} ${WRKINST}/usr/lib/libpq.so* ${IDIR_LIBPQ}/usr/lib include ${TOPDIR}/mk/pkg-bottom.mk |