From 06b906103bf082d7cc5bb35009d1de494ad31066 Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 14 Nov 2009 23:38:41 +0000 Subject: [PATCH] [package] allow mutexes in db47 to work with uClibc (#6148) git-svn-id: svn://svn.openwrt.org/openwrt/packages@18423 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/db47/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libs/db47/Makefile b/libs/db47/Makefile index 500b1363e..7180963bb 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.11.0