sssd: glibc only
This commit is contained in:
parent
1b88a0e104
commit
932d7cb659
@ -36,6 +36,10 @@ nocross="configure attempts to run compiled output"
|
|||||||
# These modules in /usr/lib/sssd are required by sssd-python3
|
# These modules in /usr/lib/sssd are required by sssd-python3
|
||||||
shlib_provides="libsss_util.so libsss_crypt.so libsss_debug.so"
|
shlib_provides="libsss_util.so libsss_crypt.so libsss_debug.so"
|
||||||
|
|
||||||
|
if [ "$XBPS_LIBC" != glibc ]; then
|
||||||
|
broken="nscd is glibc only"
|
||||||
|
fi
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
export CK_TIMEOUT_MULTIPLIER=10
|
export CK_TIMEOUT_MULTIPLIER=10
|
||||||
make check VERBOSE=yes
|
make check VERBOSE=yes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user