mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
sssd: fix broken shlib dependencies in sssd-python3
This commit is contained in:
parent
b27b42979c
commit
68c199fb37
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'sssd'
|
# Template file for 'sssd'
|
||||||
pkgname=sssd
|
pkgname=sssd
|
||||||
version=2.4.0
|
version=2.4.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-selinux --without-semanage --without-libwbclient
|
configure_args="--without-selinux --without-semanage --without-libwbclient
|
||||||
--disable-cifs-idmap-plugin --without-samba --with-os=fedora
|
--disable-cifs-idmap-plugin --without-samba --with-os=fedora
|
||||||
|
@ -30,6 +30,8 @@ distfiles="https://github.com/SSSD/sssd/releases/download/${pkgname}-${version//
|
||||||
checksum=13d7eeff15e582279f70a3aad32daeb40d3749ec14947a4eded35adce7490cdd
|
checksum=13d7eeff15e582279f70a3aad32daeb40d3749ec14947a4eded35adce7490cdd
|
||||||
python_version=3
|
python_version=3
|
||||||
nocross="configure attempts to run compiled output"
|
nocross="configure attempts to run compiled output"
|
||||||
|
# These modules in /usr/lib/sssd are required by sssd-python3
|
||||||
|
shlib_provides="libsss_util.so libsss_crypt.so libsss_debug.so"
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
export CK_TIMEOUT_MULTIPLIER=10
|
export CK_TIMEOUT_MULTIPLIER=10
|
||||||
|
|
Loading…
Add table
Reference in a new issue