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:
parent
b4f0a95aae
commit
30efd2ab5a
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue