sssd: glibc only

This commit is contained in:
Đoàn Trần Công Danh 2022-12-05 21:28:40 +07:00
parent 1b88a0e104
commit 932d7cb659

View File

@ -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