summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2007-10-30 18:48:38 +0100
committerTreeve Jelbert2007-10-30 18:48:38 +0100
commite8e98f6b87fc3a10bd0a81c9ac801fa8c97db59f (patch)
tree536f528fbfbe7fcff8b2da54620a36114fdabbbe
parent67bf17f079c8c27104275cf4c5ae194a2370345d (diff)
redland - db is optional
-rwxr-xr-xlibs/redland/DEPENDS6
-rw-r--r--libs/redland/HISTORY3
2 files changed, 8 insertions, 1 deletions
diff --git a/libs/redland/DEPENDS b/libs/redland/DEPENDS
index 736a355a51..455326f77d 100755
--- a/libs/redland/DEPENDS
+++ b/libs/redland/DEPENDS
@@ -1,9 +1,13 @@
depends raptor "--with-raptor=system" &&
depends rasqal "--with-rasqal=system" &&
-depends db "--with-bdb=/usr" &&
depends libxml2 "--with-xml-parser=libxml" &&
depends openssl "--with-openssl-digests" &&
+optional_depends db \
+ "--with-bdb=/usr" \
+ "--with-bdb=no" \
+ "Sleepycat db support" &&
+
optional_depends sqlite \
"--with-sqlite=yes" \
"--with-sqlite=no" \
diff --git a/libs/redland/HISTORY b/libs/redland/HISTORY
index 529ed256ea..0d9aca2dae 100644
--- a/libs/redland/HISTORY
+++ b/libs/redland/HISTORY
@@ -1,3 +1,6 @@
+2007-10-30 Treeve Jelbert <treeve@sourcemage.org>
+ * DEPENDS: db is optional
+
2007-05-06 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 1.0.6
convert to upstream key