Commit bb4ca92c authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

berkeleydb: fix download url



Sleepycat is now owned by oracle so the old site is gone.

Signed-off-by: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent fb848d40
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,8 +5,8 @@
	Kconfig infrastructure rebased against 2.6.36-rc1, bringing
	misc fixes + nconfig and savedefconfig targets.

	Updated/fixed packages: busybox, dropbear, iptables, kismet,
	openvpn
	Updated/fixed packages: berkeleydb, busybox, dropbear,
	iptables, kismet, openvpn

2010.08: Released August 31th, 2010:

+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
#############################################################
BERKELEYDB_VERSION:=4.4.20
BERKELEYDB_SO_VERSION:=4.4
BERKELEYDB_SITE:=ftp://ftp.sleepycat.com/releases
BERKELEYDB_SITE:=http://download.oracle.com/berkeley-db
BERKELEYDB_SOURCE:=db-$(BERKELEYDB_VERSION).NC.tar.gz
BERKELEYDB_SHARLIB:=libdb-$(BERKELEYDB_SO_VERSION).so
BERKELEYDB_SUBDIR=build_unix