mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
sssd: fix build (wrong hostmakedepend)
nsupdate has been moved from bind to bind-utils in #42866. Noticed the build failure while building revbumps for #41948.
This commit is contained in:
parent
e3a5c2fd47
commit
397c3ae3bd
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ configure_args="--without-selinux --without-semanage --without-oidc-child
|
|||
--disable-cifs-idmap-plugin --without-samba --with-os=fedora
|
||||
--with-test-dir=/dev/shm --with-python3-bindings --with-pid-path=/run
|
||||
--with-sudo-lib-path=/usr/lib/sssd am_cv_python_version=${py3_ver}"
|
||||
hostmakedepends="libxslt pkg-config bind docbook-xsl python3"
|
||||
hostmakedepends="libxslt pkg-config bind-utils docbook-xsl python3"
|
||||
makedepends="pam-devel popt-devel talloc-devel tdb-devel tevent-devel ldb-devel
|
||||
ding-libs-devel libldap-devel mit-krb5-devel c-ares-devel glib-devel
|
||||
libnfsidmap-devel p11-kit-devel jansson-devel python3-devel libcurl-devel
|
||||
|
|
Loading…
Add table
Reference in a new issue