From 215feb45ed5a9c0ebc1863aba05cdcce30501375 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Tue, 20 Apr 2021 10:27:12 -0500 Subject: Adjust for systemd specific builds. --- chapter8/procps-ng.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'chapter8/procps-ng.sh') 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 && -- cgit v1.2.3-54-g00ecf