summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/db.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/db.mk b/src/db.mk
index a1e90bd..338693a 100644
--- a/src/db.mk
+++ b/src/db.mk
@@ -3,8 +3,8 @@
PKG := db
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 4.8.30.NC
-$(PKG)_CHECKSUM := ff754f92ccfae2f9d3527d6d6ea43add5b852456
+$(PKG)_VERSION := 4.8.30
+$(PKG)_CHECKSUM := ab36c170dda5b2ceaad3915ced96e41c6b7e493c
$(PKG)_SUBDIR := db-$($(PKG)_VERSION)
$(PKG)_FILE := db-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://download.oracle.com/berkeley-db/$($(PKG)_FILE)
@@ -20,6 +20,7 @@ define $(PKG)_BUILD
$(MXE_CONFIGURE_OPTS) \
--enable-mingw \
--enable-cxx \
+ --enable-cryptography \
--disable-replication
$(MAKE) -C '$(1)/build_unix' -j '$(JOBS)'