zfs-utils*/: add explicit --enable-systemd

It should already be installed, but makechrootpkg might non-conformantly
not have it installed leading to broken system probing. Short-circuit
the check entirely.

Also clean up some autotools path args that were already the default.
This commit is contained in:
Eli Schwartz
2020-07-19 14:13:16 -04:00
parent d149d59f06
commit bc6da8e5b9
2 changed files with 1 additions and 4 deletions

View File

@@ -39,13 +39,11 @@ build() {
--sysconfdir=/etc \
--sbindir=/usr/bin \
--with-mounthelperdir=/usr/bin \
--libdir=/usr/lib \
--datadir=/usr/share \
--includedir=/usr/include \
--with-udevdir=/usr/lib/udev \
--libexecdir=/usr/lib/zfs \
--with-python="$PWD/python3-fake" \
--enable-pyzfs=no \
--enable-systemd \
--with-config=user
make
}