summaryrefslogtreecommitdiff
path: root/package/db
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-12-04 12:53:19 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-12-04 12:53:19 +0100
commit5ebc8fd6c019cf4b95472bf6c76a3b61b4f28ad9 (patch)
tree5a1cbaf2037f2da2ac73c96785de63a3d0fc1ae8 /package/db
parent56c17030d299c6c98a0074748b4b25d5e87c6161 (diff)
update to latest stable
Diffstat (limited to 'package/db')
-rw-r--r--package/db/Makefile10
-rw-r--r--package/db/patches/patch-dist_ltmain_sh11
2 files changed, 4 insertions, 17 deletions
diff --git a/package/db/Makefile b/package/db/Makefile
index ce03351b0..c3f35ff0a 100644
--- a/package/db/Makefile
+++ b/package/db/Makefile
@@ -4,9 +4,9 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= db
-PKG_VERSION:= 4.7.25
+PKG_VERSION:= 5.2.36
PKG_RELEASE:= 1
-PKG_MD5SUM:= ec2b87e833779681a0c3a814aa71359e
+PKG_MD5SUM:= 30d95daa5f947664131c000b12e50064
PKG_DESCR:= disk file format database which stores key/data-pairs in single files
PKG_SECTION:= db
PKG_URL:= http://www.oracle.com/technology/software/products/berkeley-db
@@ -32,16 +32,14 @@ CONFIGURE_ARGS+= --enable-smallbuild \
--disable-diagnostic \
--disable-java \
--disable-cxx \
- --disable-posixmutexes \
+ --enable-posixmutexes \
--disable-uimutexes \
--disable-tcl \
- --disable-rpc \
--disable-compat185 \
--disable-statistics \
--disable-replication \
--disable-cryptography \
- --disable-queue \
- --with-mutex=UNIX/fcntl
+ --disable-queue
libdb-install:
${INSTALL_DIR} ${IDIR_LIBDB}/usr/lib
diff --git a/package/db/patches/patch-dist_ltmain_sh b/package/db/patches/patch-dist_ltmain_sh
deleted file mode 100644
index e9ff24a13..000000000
--- a/package/db/patches/patch-dist_ltmain_sh
+++ /dev/null
@@ -1,11 +0,0 @@
---- db-4.7.25.orig/dist/ltmain.sh 2006-06-27 03:03:33.000000000 +0200
-+++ db-4.7.25/dist/ltmain.sh 2011-01-14 19:32:22.000000000 +0100
-@@ -1623,7 +1623,7 @@ EOF
- # -pg pass through profiling flag for GCC
- # @file GCC response files
- -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*|-pg| \
-- -t[45]*|-txscale*|@*)
-+ -t[45]*|-txscale*|@*|-fstack-protector*|-flto)
-
- # Unknown arguments in both finalize_command and compile_command need
- # to be aesthetically quoted because they are evaled later.