From: Florian Fainelli Date: Sat, 14 Nov 2009 23:38:41 +0000 (+0000) Subject: [package] allow mutexes in db47 to work with uClibc (#6148) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=15ad888f22fc170ee5805108fbf5c27255b9d6ac;ds=sidebyside [package] allow mutexes in db47 to work with uClibc (#6148) SVN-Revision: 18423 --- diff --git a/libs/db47/Makefile b/libs/db47/Makefile index 500b1363e9..7180963bb4 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:=2 +PKG_RELEASE:=3 PKG_BUILD_DIR:=$(BUILD_DIR)/db-$(PKG_VERSION) PKG_SOURCE:=db-$(PKG_VERSION).tar.gz @@ -60,8 +60,7 @@ define Build/Configure --enable-static \ --disable-java \ --enable-cxx \ - --disable-posixmutexes \ - --disable-uimutexes \ + --with-mutex=UNIX/fcntl \ --disable-tcl \ --disable-rpc \ --enable-compat185 \