Skip to Content.
Sympa Menu

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

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
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (9d76ad1e4ff35d27c6e939f619103a328e21fc43)
  • Date: Fri, 21 Jul 2023 19:16:52 +0000

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

utils/util-linux/DEPENDS | 6 +-----
utils/util-linux/HISTORY | 3 +++
2 files changed, 4 insertions(+), 5 deletions(-)

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

util-linux: force libcap-ng; we need setpriv for sorcery

diff --git a/utils/util-linux/DEPENDS b/utils/util-linux/DEPENDS
index ef55ad3..d10affd 100755
--- a/utils/util-linux/DEPENDS
+++ b/utils/util-linux/DEPENDS
@@ -3,6 +3,7 @@
depends smgl-fhs &&
depends zlib &&
depends automake &&
+depends libcap-ng --with-cap-ng && # to build setpriv (needed by sorcery)

if spell_ok automake && is_version_less $(installed_version automake) 1.14;
then
force_depends automake
@@ -20,11 +21,6 @@ optional_depends linux-pam \
"--disable-runuser" \
"for Linux Pluggable Authentication Module support" &&

-optional_depends libcap-ng \
- "--with-cap-ng" \
- "--without-cap-ng" \
- "to build setpriv" &&
-
optional_depends GETTEXT \
"--enable-nls" \
"--disable-nls" \
diff --git a/utils/util-linux/HISTORY b/utils/util-linux/HISTORY
index 7674a35..0aaf6f9 100644
--- a/utils/util-linux/HISTORY
+++ b/utils/util-linux/HISTORY
@@ -1,3 +1,6 @@
+2023-07-21 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: force libcap-ng, to build setpriv, needed by sorcery
+
2023-07-17 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: enabled STAGED_INSTALL




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (9d76ad1e4ff35d27c6e939f619103a328e21fc43), Ismael Luceno, 07/21/2023

Archive powered by MHonArc 2.6.24.

Top of Page