projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a31806
)
[package] disable cxx bindins in libdb47 (#6358)
author
Florian Fainelli
<florian@openwrt.org>
Tue, 15 Dec 2009 20:11:28 +0000
(20:11 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 15 Dec 2009 20:11:28 +0000
(20:11 +0000)
SVN-Revision: 18787
libs/db47/Makefile
patch
|
blob
|
history
diff --git
a/libs/db47/Makefile
b/libs/db47/Makefile
index 5edb82c3c0dd8d8385a90d729011c9cded0a59c8..ae3ab80d81edb427e73663b161459b8b9a115bf6 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:=
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 \
- --
en
able-cxx \
+ --
dis
able-cxx \
--with-mutex=UNIX/fcntl \
--disable-tcl \
--disable-rpc \