From: Florian Fainelli Date: Tue, 15 Dec 2009 20:11:28 +0000 (+0000) Subject: [package] disable cxx bindins in libdb47 (#6358) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8f7452ef55c6b4ea0fb2a00cff78c9a331a304e5;p=openwrt%2Fsvn-archive%2Farchive.git [package] disable cxx bindins in libdb47 (#6358) SVN-Revision: 18787 --- diff --git a/libs/db47/Makefile b/libs/db47/Makefile index 5edb82c3c0..ae3ab80d81 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:=3 +PKG_RELEASE:=4 PKG_BUILD_DIR:=$(BUILD_DIR)/db-$(PKG_VERSION) PKG_SOURCE:=db-$(PKG_VERSION).tar.gz @@ -59,7 +59,7 @@ define Build/Configure --enable-shared \ --enable-static \ --disable-java \ - --enable-cxx \ + --disable-cxx \ --with-mutex=UNIX/fcntl \ --disable-tcl \ --disable-rpc \