[arch-commits] Commit in db/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Thu Nov 11 03:57:51 UTC 2010


    Date: Wednesday, November 10, 2010 @ 22:57:51
  Author: allan
Revision: 98547

upgpkg: db 5.1.19-3
add --enable-dbm

Modified:
  db/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-11 03:50:27 UTC (rev 98546)
+++ PKGBUILD	2010-11-11 03:57:51 UTC (rev 98547)
@@ -5,7 +5,7 @@
 pkgname=db
 pkgver=5.1.19
 _basever=5.1.19
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="The Berkeley DB embedded database system"
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 build() {
   cd ${srcdir}/$pkgname-${_basever}/build_unix
   ../dist/configure --prefix=/usr --enable-compat185 \
-    --enable-shared --enable-static --enable-cxx
+    --enable-shared --enable-static --enable-cxx --enable-dbm
   make LIBSO_LIBS=-lpthread
 }
 




More information about the arch-commits mailing list