New commits:
commit f9ce41423ecba26b55a9c16ef13c9f535532f376
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>
database/mysql:
CONFIGURE: added engines selection
DEPENDS: changed db optional depends to depends only if BerkeleyDB
engine was selected
BUILD: added checks for selected engines to pass options to $OPTS
-optional_depends db "--with-berkeley-db" "--without-berkeley-db" \
- "for Berkeley DB tables type support"
+if list_find "$MSQL_ENGINES" "BerkeleyDB" ; then
+ depends db "--with-berkeley-db"
+fi
diff --git a/database/mysql/HISTORY b/database/mysql/HISTORY
index 75a4fc3..adeb716 100644
--- a/database/mysql/HISTORY
+++ b/database/mysql/HISTORY
@@ -1,3 +1,9 @@
+2006-10-12 Pol Vinogradov <vin.public AT gmail.com>
+ * CONFIGURE: added engines selection
+ * DEPENDS: changed db optional depends to depends only if BerkeleyDB
+ engine was selected
+ * BUILD: added checks for selected engines to pass options to $OPTS
+
2006-10-09 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to version 5.0.26.
[SM-Commit] GIT changes to master grimoire by Pol Vinogradov (58b2851abffeebe2520c0fc2c7c17875ad6c9cfb),
Pol Vinogradov, 10/12/2006