Switch from Systemd to Enit

This commit is contained in:
2025-03-11 21:59:06 +02:00
parent 01c4dedff9
commit 87c81628c4
2 changed files with 8 additions and 7 deletions
+6 -6
View File
@@ -15,12 +15,12 @@ prepare() {
# The build function is executed in the source directory
# This function is used to compile the source code
build() {
./configure --prefix=/usr \
--docdir=/usr/share/doc/procps-ng \
--disable-static \
--disable-kill \
--with-systemd
make src_w_LDADD='$(LDADD) -lsystemd'
./configure --prefix=/usr \
--docdir=/usr/share/doc/procps-ng \
--disable-static \
--disable-kill \
--without-systemd
make
}
# The check function is executed in the source directory