aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/procps-ng.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-20 10:27:12 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-20 10:29:29 -0500
commit215feb45ed5a9c0ebc1863aba05cdcce30501375 (patch)
tree415e42033123b23a4bcdba33d24c3aca9619b143 /chapter8/procps-ng.sh
parent8e381701594e3ccadbdd507d084548325d9f2fbe (diff)
Adjust for systemd specific builds.
Diffstat (limited to 'chapter8/procps-ng.sh')
-rw-r--r--chapter8/procps-ng.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter8/procps-ng.sh b/chapter8/procps-ng.sh
index 85be2d6..630cfe4 100644
--- a/chapter8/procps-ng.sh
+++ b/chapter8/procps-ng.sh
@@ -6,7 +6,9 @@ set -e
--libdir=/usr/lib \
--docdir=/usr/share/doc/procps-ng-"${VERSION}" \
--disable-static \
- --disable-kill &&
+ --disable-kill \
+ --with-systemd &&
+
make &&