mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
sssd: glibc only
This commit is contained in:
parent
1b88a0e104
commit
932d7cb659
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@ 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"
|
||||
|
||||
if [ "$XBPS_LIBC" != glibc ]; then
|
||||
broken="nscd is glibc only"
|
||||
fi
|
||||
|
||||
do_check() {
|
||||
export CK_TIMEOUT_MULTIPLIER=10
|
||||
make check VERBOSE=yes
|
||||
|
|
Loading…
Add table
Reference in a new issue