Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (b28e66b9418585f417e2c8bcb8863d85c1d235cd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (b28e66b9418585f417e2c8bcb8863d85c1d235cd)
  • Date: Sat, 24 May 2025 03:00:10 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

utils/schroot/BUILD | 5 +----
utils/schroot/HISTORY | 3 +++
2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit b28e66b9418585f417e2c8bcb8863d85c1d235cd
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

schroot: Fix build with CMake 4.0

diff --git a/utils/schroot/BUILD b/utils/schroot/BUILD
index 3303dcb..29eec74 100755
--- a/utils/schroot/BUILD
+++ b/utils/schroot/BUILD
@@ -1,5 +1,2 @@
-#OPTS+=' --enable-shared --disable--static' &&
-#case "$HOST" in
-# (*-gnu) LDFLAGS+=" -lintl" ;;
-#esac &&
+OPTS+=' -DCMAKE_POLICY_VERSION_MINIMUM=3.5' &&
default_build
diff --git a/utils/schroot/HISTORY b/utils/schroot/HISTORY
index 533fab7..8f7970e 100644
--- a/utils/schroot/HISTORY
+++ b/utils/schroot/HISTORY
@@ -1,3 +1,6 @@
+2025-05-24 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: Fixed build with CMake 4.0
+
2024-09-05 Ismael Luceno <ismael AT sourcemage.org>
* BUILD, CONFIGURE, DEPENDS, DETAILS: updated spell to 1.6.13
updated WEB_SITE


  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (b28e66b9418585f417e2c8bcb8863d85c1d235cd), Ismael Luceno, 05/23/2025

Archive powered by MHonArc 2.6.24.

Top of Page