cifs-utils: explicitly disable systemd

why are no checks performed for systemd actually being installed is
beyond the author of this commit.

Consider this a HOW-TO on how NOT-TO-DO.

closes #10702
This commit is contained in:
maxice8 2019-04-08 11:01:25 -03:00
parent b4f0a95aae
commit 30efd2ab5a
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,8 +1,9 @@
# Template file for 'cifs-utils'
pkgname=cifs-utils
version=6.9
revision=1
revision=2
build_style=gnu-configure
configure_args="--disable-systemd"
make_install_args="ROOTSBINDIR=/usr/bin"
hostmakedepends="automake pkg-config libcap-ng-devel python3-docutils"
makedepends="mit-krb5-devel talloc-devel libcap-ng-devel samba-devel keyutils-devel pam-devel"