Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (2a4f9dadcedfd4397c03503c85be1ed99b620103)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (2a4f9dadcedfd4397c03503c85be1ed99b620103)
  • Date: Fri, 3 May 2024 02:06:07 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

utils/procps-ng/BUILD | 7 ++++++-
utils/procps-ng/HISTORY | 3 +++
2 files changed, 9 insertions(+), 1 deletion(-)

New commits:
commit 2a4f9dadcedfd4397c03503c85be1ed99b620103
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

utils/procps-ng: fix build with systemd enabled

diff --git a/utils/procps-ng/BUILD b/utils/procps-ng/BUILD
index f9abc58..f0674c8 100755
--- a/utils/procps-ng/BUILD
+++ b/utils/procps-ng/BUILD
@@ -6,4 +6,9 @@ OPTS+=' --disable-static --disable-kill --enable-sigwinch' &&
if spell_ok "simpleinit-msb"; then
OPTS+=" --disable-pidof"
fi &&
-default_build
+
+if is_depends_enabled $SPELL systemd; then
+ LDFLAGS="$LDFLAGS -lsystemd" default_build
+else
+ default_build
+fi
diff --git a/utils/procps-ng/HISTORY b/utils/procps-ng/HISTORY
index 2174189..e6ca743 100644
--- a/utils/procps-ng/HISTORY
+++ b/utils/procps-ng/HISTORY
@@ -1,3 +1,6 @@
+2024-05-02 Conner Clere <xenanthropy AT sourcemage.org>
+ * BUILD: fix build with systemd enabled
+
2023-08-31 Pavel Vinogradov <public AT sorcemage.org>
* DETAILS: version 4.0.4, added Watch line



  • [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (2a4f9dadcedfd4397c03503c85be1ed99b620103), Conner Clere, 05/02/2024

Archive powered by MHonArc 2.6.24.

Top of Page