New commits:
commit ce1f2eb63742576afa4de5958059ac1882952c52
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
Revert "wlroots: => 0.19.0"
Non-functional, options aren't recognised.
This reverts commit 645986976d4511d219c08801d2fec4f582318142.
commit 7d19201397672460e657e62aeeb39221a5fb4147
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
sqlite: Remove --enable-threads from tcl ext config
diff --git a/database/sqlite/BUILD b/database/sqlite/BUILD
index 370c27a..513db2a 100755
--- a/database/sqlite/BUILD
+++ b/database/sqlite/BUILD
@@ -31,10 +31,6 @@ if [[ $SQLITE_VERSION == tea ]]; then
# reset options to these
OPTS="--with-tcl=$INSTALL_ROOT/usr/lib" &&
- if list_find "$SQLITE_TSAFE" "--enable-threadsafe"; then
- OPTS="--enable-threads $OPTS"
- fi &&
-
cd tea &&
default_build
fi
diff --git a/database/sqlite/HISTORY b/database/sqlite/HISTORY
index fa19e4c..fce89c2 100644
--- a/database/sqlite/HISTORY
+++ b/database/sqlite/HISTORY
@@ -1,3 +1,6 @@
+2025-06-02 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: removed --enable-threads from the tcl extension config
+
2025-05-29 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 3.50.0
diff --git a/wm-addons/wlroots/DETAILS b/wm-addons/wlroots/DETAILS
index 04d8328..e266106 100755
--- a/wm-addons/wlroots/DETAILS
+++ b/wm-addons/wlroots/DETAILS
@@ -18,7 +18,7 @@ case "${WLROOTS_BRANCH}" in