Switch from Systemd to Enit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user