diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2020-07-19 14:13:16 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2020-07-19 14:13:16 -0400 |
commit | bc6da8e5b9cced0ba218c367759012f7cc460e09 (patch) | |
tree | 0df763eed597082fe3e896eb80d40fee1397d4d1 /PKGBUILD | |
parent | upgpkg: zfs-utils 0.8.4-1 (diff) | |
download | zfs-utils-bc6da8e5b9cced0ba218c367759012f7cc460e09.tar.xz |
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.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 } |