From 15ad888f22fc170ee5805108fbf5c27255b9d6ac Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sat, 14 Nov 2009 23:38:41 +0000 Subject: [PATCH] [package] allow mutexes in db47 to work with uClibc (#6148) SVN-Revision: 18423 --- libs/db47/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 \ -- 2.30.2