Grab a reduced tar-ball from GitHub gburd/libdb

This commit is contained in:
Gregory Burd 2011-11-28 13:41:16 -05:00
parent 3e1fba24a4
commit f32973b044

View file

@ -7,7 +7,8 @@ GUNZIP ?= gunzip
BDB_VER := 5.2.36
BDB_DIR := $(CURDIR)/db-$(BDB_VER)
BDB_DIST := db-$(BDB_VER).tar.gz
BDB_DIST_URL := http://download.oracle.com/berkeley-db/$(BDB_DIST)
#BDB_DIST_URL := http://download.oracle.com/berkeley-db/$(BDB_DIST)
BDB_DIST_URL := https://github.com/downloads/gburd/libdb/$(BDB_DIST)
SYSTEM_DIR := $(CURDIR)/system
LIB_DIR := $(SYSTEM_DIR)/lib