From ffcbc7bf0527726b9e1200f8d6653bd28d80cc85 Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 15 Dec 2009 20:11:28 +0000 Subject: [PATCH] [package] disable cxx bindins in libdb47 (#6358) git-svn-id: svn://svn.openwrt.org/openwrt/packages@18787 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/db47/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/db47/Makefile b/libs/db47/Makefile index 5edb82c3c..ae3ab80d8 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 \ -- 2.11.0