projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78e9d2d
)
allow mutexes in db47 to work with uClibc (#6148)
author
Florian Fainelli
<florian@openwrt.org>
Sat, 14 Nov 2009 23:38:41 +0000
(23:38 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sat, 14 Nov 2009 23:38:41 +0000
(23:38 +0000)
SVN-Revision: 18423
libs/db47/Makefile
patch
|
blob
|
history
diff --git
a/libs/db47/Makefile
b/libs/db47/Makefile
index 500b1363e9b2887fc62271fc788ee550bd2f551e..7180963bb44932eaa1c556c7b8c85b72701d4f55 100644
(file)
--- 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 \