mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
Revert "berkeleydb: bump to version 6.0.20"
BerkeleyDB has changed its license since version 6. New license (AGPL) may be incompatible with some packages. So we prefer to stick to version 5 This reverts commit 4c478de2e76ffc1d0a6dc413475307fd44a0a595. [Peter: adjust comment as suggested by Yann] Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
d1bca7c49c
commit
e12fab4565
@ -4,7 +4,12 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
BERKELEYDB_VERSION = 6.0.20
|
# Since BerkeleyDB version 6 and above are licensed under the Affero
|
||||||
|
# GPL (AGPL), we want to keep this 'bdb' package at version 5.x to
|
||||||
|
# avoid licensing issues.
|
||||||
|
# BerkeleyDB version 6 or above should be provided by a dedicated
|
||||||
|
# package instead.
|
||||||
|
BERKELEYDB_VERSION = 5.3.21
|
||||||
BERKELEYDB_SITE = http://download.oracle.com/berkeley-db
|
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_SUBDIR = build_unix
|
BERKELEYDB_SUBDIR = build_unix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user