From bc6da8e5b9cced0ba218c367759012f7cc460e09 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Sun, 19 Jul 2020 14:13:16 -0400 Subject: 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. --- PKGBUILD | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD index 140b412..784e201 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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 } -- cgit v1.2.1