mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
berkeleydb: fix download url
Sleepycat is now owned by oracle so the old site is gone. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
fb848d400f
commit
bb4ca92c40
4
CHANGES
4
CHANGES
@ -5,8 +5,8 @@
|
|||||||
Kconfig infrastructure rebased against 2.6.36-rc1, bringing
|
Kconfig infrastructure rebased against 2.6.36-rc1, bringing
|
||||||
misc fixes + nconfig and savedefconfig targets.
|
misc fixes + nconfig and savedefconfig targets.
|
||||||
|
|
||||||
Updated/fixed packages: busybox, dropbear, iptables, kismet,
|
Updated/fixed packages: berkeleydb, busybox, dropbear,
|
||||||
openvpn
|
iptables, kismet, openvpn
|
||||||
|
|
||||||
2010.08: Released August 31th, 2010:
|
2010.08: Released August 31th, 2010:
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#############################################################
|
#############################################################
|
||||||
BERKELEYDB_VERSION:=4.4.20
|
BERKELEYDB_VERSION:=4.4.20
|
||||||
BERKELEYDB_SO_VERSION:=4.4
|
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_SOURCE:=db-$(BERKELEYDB_VERSION).NC.tar.gz
|
||||||
BERKELEYDB_SHARLIB:=libdb-$(BERKELEYDB_SO_VERSION).so
|
BERKELEYDB_SHARLIB:=libdb-$(BERKELEYDB_SO_VERSION).so
|
||||||
BERKELEYDB_SUBDIR=build_unix
|
BERKELEYDB_SUBDIR=build_unix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user