Changes to upgrade bdb to 6.2.23

ref #1255
This commit is contained in:
Daira Hopwood
2016-10-25 16:05:49 +01:00
parent 86b671eae0
commit 9cb7abafb5
5 changed files with 692 additions and 66 deletions

View File

@@ -1,8 +1,8 @@
package=bdb
$(package)_version=5.3.28
$(package)_version=6.2.23
$(package)_download_path=http://download.oracle.com/berkeley-db
$(package)_file_name=db-$($(package)_version).tar.gz
$(package)_sha256_hash=e0a992d740709892e81f9d93f06daf305cf73fb81b545afe72478043172c3628
$(package)_sha256_hash=47612c8991aa9ac2f6be721267c8d3cdccf5ac83105df8e50809daea24e95dc7
$(package)_build_subdir=build_unix
define $(package)_set_vars
@@ -16,7 +16,7 @@ define $(package)_config_cmds
endef
define $(package)_build_cmds
$(MAKE) libdb_cxx-5.3.a libdb-5.3.a
$(MAKE) libdb_cxx-6.2.a libdb-6.2.a
endef
define $(package)_stage_cmds