summaryrefslogtreecommitdiff
path: root/openwrt/package/libdb
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-07-08 00:58:53 +0000
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-07-08 00:58:53 +0000
commit625e182ee0ece2220ceaba4c25cbc3dd0d64a36d (patch)
tree165f7a33b6daa8de1dac3875096878d1a96dcd95 /openwrt/package/libdb
parent170475ff22724964a652dbbfab9759eed4e1d829 (diff)
downloadmtk-20170518-625e182ee0ece2220ceaba4c25cbc3dd0d64a36d.zip
mtk-20170518-625e182ee0ece2220ceaba4c25cbc3dd0d64a36d.tar.gz
mtk-20170518-625e182ee0ece2220ceaba4c25cbc3dd0d64a36d.tar.bz2
add atftp, bind and dhcp, not perfect, but first step
SVN-Revision: 1375
Diffstat (limited to 'openwrt/package/libdb')
-rw-r--r--openwrt/package/libdb/Makefile21
1 files changed, 11 insertions, 10 deletions
diff --git a/openwrt/package/libdb/Makefile b/openwrt/package/libdb/Makefile
index 3e26e61..a6da8d8 100644
--- a/openwrt/package/libdb/Makefile
+++ b/openwrt/package/libdb/Makefile
@@ -3,9 +3,9 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libdb
-PKG_VERSION:=4.3.28
-PKG_RELEASE:=0
-PKG_MD5SUM:=e27759537db6054b31d8cb3e99ba6fbb
+PKG_VERSION:=4.2.52
+PKG_RELEASE:=1
+PKG_MD5SUM:=x
PKG_SOURCE_URL:=ftp://ftp.sleepycat.com/releases/ \
http://downloads.sleepycat.com/
@@ -48,15 +48,16 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared
--enable-shared \
--enable-static \
--disable-java \
- --disable-cxx \
+ --enable-cxx \
+ --disable-posixmutexes \
+ --enable-uimutexes \
--disable-tcl \
--disable-rpc \
- --disable-compat185 \
- --disable-debug \
- --disable-statistics \
- --disable-replication \
- --disable-cryptography \
- --enable-smallbuild \
+ --enable-compat185 \
+ --enable-debug \
+ --enable-statistics \
+ --enable-replication \
+ --enable-cryptography \
);
touch $@