Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (04d60e45f203d387c913d193fd0e95709fa5a19e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (04d60e45f203d387c913d193fd0e95709fa5a19e)
  • Date: Tue, 21 Nov 2023 17:33:25 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

libs/libcap/DEPENDS | 2 +-
libs/libcap/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 04d60e45f203d387c913d193fd0e95709fa5a19e
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libcap: Our go binary is trimmed now, need to set GOROOT when using go

diff --git a/libs/libcap/DEPENDS b/libs/libcap/DEPENDS
index 08db03a..c822453 100755
--- a/libs/libcap/DEPENDS
+++ b/libs/libcap/DEPENDS
@@ -10,6 +10,6 @@ optional_depends linux-pam \
"for capabilities PAM module" &&

optional_depends go \
- "GOLANG=yes" \
+ "GOROOT=${TRACK_ROOT}/opt/go GOLANG=yes" \
"GOLANG=" \
" support GO"
diff --git a/libs/libcap/HISTORY b/libs/libcap/HISTORY
index 75c7e80..99bec7a 100644
--- a/libs/libcap/HISTORY
+++ b/libs/libcap/HISTORY
@@ -1,3 +1,6 @@
+2023-11-21 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Our go binary is trimmed now, need to set GOROOT
+
2022-08-11 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 2.65




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (04d60e45f203d387c913d193fd0e95709fa5a19e), Eric Sandall, 11/21/2023

Archive powered by MHonArc 2.6.24.

Top of Page