[package] strip down even more libdb47 (#6367)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@18795 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-12-16 23:25:12 +00:00
parent ffcbc7bf05
commit 671acfcabc

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=db47
PKG_VERSION:=4.7.25.NC
PKG_RELEASE:=4
PKG_RELEASE:=5
PKG_BUILD_DIR:=$(BUILD_DIR)/db-$(PKG_VERSION)
PKG_SOURCE:=db-$(PKG_VERSION).tar.gz
@ -64,9 +64,8 @@ define Build/Configure
--disable-tcl \
--disable-rpc \
--enable-compat185 \
--enable-debug \
--enable-statistics \
--enable-replication \
--enable-smallbuild \
--disable-debug \
--enable-cryptography \
);
endef