summaryrefslogtreecommitdiffstats
path: root/package/libdb
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-08 00:58:53 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-08 00:58:53 +0000
commit71aebce5c68234b31ac69cf184fb3e95a1c3f502 (patch)
treea2b3411d15340e739e9d9ab5e6261dd86d7a8bd2 /package/libdb
parent325475a750a9ddd47b8d37b0fd0d262d03fd80ef (diff)
add atftp, bind and dhcp, not perfect, but first step
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1375 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libdb')
-rw-r--r--package/libdb/Makefile21
1 files changed, 11 insertions, 10 deletions
diff --git a/package/libdb/Makefile b/package/libdb/Makefile
index 3e26e6194..a6da8d8db 100644
--- a/package/libdb/Makefile
+++ b/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 $@