summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/db.mk (renamed from src/berkeleydb.mk)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/berkeleydb.mk b/src/db.mk
index 5b41cd2..10b249b 100644
--- a/src/berkeleydb.mk
+++ b/src/db.mk
@@ -1,7 +1,7 @@
# This file is part of MXE.
# See index.html for further information.
-PKG := berkeleydb
+PKG := db
$(PKG)_IGNORE :=
$(PKG)_VERSION := 4.8.30.NC
$(PKG)_CHECKSUM := ff754f92ccfae2f9d3527d6d6ea43add5b852456
@@ -11,7 +11,7 @@ $(PKG)_URL := http://download.oracle.com/berkeley-db/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
- echo 'TODO: Updates for package berkeleydb need to be fixed.' >&2;
+ echo 'TODO: Updates for package db need to be fixed.' >&2;
echo $($(PKG)_VERSION)
endef