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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Oct 8 16:57:03 UTC 2014


    Date: Wednesday, October 8, 2014 @ 18:57:03
  Author: bpiotrowski
Revision: 224103

upgpkg: db 5.3.28-2

enable STL (FS#42203)

Modified:
  db/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-08 16:51:14 UTC (rev 224102)
+++ PKGBUILD	2014-10-08 16:57:03 UTC (rev 224103)
@@ -5,7 +5,7 @@
 
 pkgname=db
 pkgver=5.3.28
-pkgrel=1
+pkgrel=2
 pkgdesc="The Berkeley DB embedded database system"
 arch=('i686' 'x86_64')
 url="http://www.oracle.com/technology/software/products/berkeley-db/index.html"
@@ -17,7 +17,8 @@
 build() {
   cd "${srcdir}"/$pkgname-${pkgver}/build_unix
   ../dist/configure --prefix=/usr --enable-compat185 \
-    --enable-shared --enable-static --enable-cxx --enable-dbm
+    --enable-shared --enable-static --enable-cxx --enable-dbm \
+    --enable-stl
   make LIBSO_LIBS=-lpthread
 }
 



More information about the arch-commits mailing list