summaryrefslogtreecommitdiffstats
path: root/db/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'db/Pkgfile')
-rwxr-xr-xdb/Pkgfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/db/Pkgfile b/db/Pkgfile
index 015b0a2cb..c9dbce44c 100755
--- a/db/Pkgfile
+++ b/db/Pkgfile
@@ -4,7 +4,7 @@
# Packager: thierryn1 at hispeed dot ch
name=db
-version=4.8.30
+version=5.3.15
release=1
source=(http://download.oracle.com/berkeley-db/$name-$version.tar.gz)
@@ -13,8 +13,10 @@ build() {
cd build_unix
../dist/configure --prefix=/usr \
--enable-compat185 \
+ --enable-static \
--enable-shared \
- --enable-cxx
+ --enable-cxx \
+ --enable-dbm
make LIBSO_LIBS=-lpthread
make DESTDIR=$PKG install
rm -rf $PKG/usr/docs