From 271962492df694218d8ef5be9c417c8bdaeeed8f Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Wed, 16 Dec 2009 23:25:12 +0000 Subject: [PATCH] [package] strip down even more libdb47 (#6367) SVN-Revision: 18795 --- libs/db47/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/libs/db47/Makefile b/libs/db47/Makefile index ae3ab80d81..99c69e4495 100644 --- a/libs/db47/Makefile +++ b/libs/db47/Makefile @@ -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 -- 2.30.2