projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Simplify configure and add target optimizations,
[openwrt.git]
/
openwrt
/
package
/
libdb
/
Makefile
diff --git
a/openwrt/package/libdb/Makefile
b/openwrt/package/libdb/Makefile
index
3e26e61
..
a6da8d8
100644
(file)
--- a/
openwrt/package/libdb/Makefile
+++ b/
openwrt/package/libdb/Makefile
@@
-3,9
+3,9
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=libdb
include $(TOPDIR)/rules.mk
PKG_NAME:=libdb
-PKG_VERSION:=4.
3.28
-PKG_RELEASE:=
0
-PKG_MD5SUM:=
e27759537db6054b31d8cb3e99ba6fbb
+PKG_VERSION:=4.
2.52
+PKG_RELEASE:=
1
+PKG_MD5SUM:=
x
PKG_SOURCE_URL:=ftp://ftp.sleepycat.com/releases/ \
http://downloads.sleepycat.com/
PKG_SOURCE_URL:=ftp://ftp.sleepycat.com/releases/ \
http://downloads.sleepycat.com/
@@
-48,15
+48,16
@@
$(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared
--enable-shared \
--enable-static \
--disable-java \
--enable-shared \
--enable-static \
--disable-java \
- --disable-cxx \
+ --enable-cxx \
+ --disable-posixmutexes \
+ --enable-uimutexes \
--disable-tcl \
--disable-rpc \
--disable-tcl \
--disable-rpc \
- --disable-compat185 \
- --disable-debug \
- --disable-statistics \
- --disable-replication \
- --disable-cryptography \
- --enable-smallbuild \
+ --enable-compat185 \
+ --enable-debug \
+ --enable-statistics \
+ --enable-replication \
+ --enable-cryptography \
);
touch $@
);
touch $@
This page took
0.021466 seconds
and
4
git commands to generate.