mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
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'
|
# Template file for 'cifs-utils'
|
||||||
pkgname=cifs-utils
|
pkgname=cifs-utils
|
||||||
version=6.9
|
version=6.9
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-systemd"
|
||||||
make_install_args="ROOTSBINDIR=/usr/bin"
|
make_install_args="ROOTSBINDIR=/usr/bin"
|
||||||
hostmakedepends="automake pkg-config libcap-ng-devel python3-docutils"
|
hostmakedepends="automake pkg-config libcap-ng-devel python3-docutils"
|
||||||
makedepends="mit-krb5-devel talloc-devel libcap-ng-devel samba-devel keyutils-devel pam-devel"
|
makedepends="mit-krb5-devel talloc-devel libcap-ng-devel samba-devel keyutils-devel pam-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue