db: enable internal encryption (no crypto lib deps)

This commit is contained in:
Boris Nagaev 2015-09-02 11:01:48 +03:00 committed by Tony Theodore
parent 426a622069
commit d4f90351e9
1 changed files with 3 additions and 2 deletions

View File

@ -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)'