mirror of
https://git.busybox.net/uClibc
synced 2025-05-08 23:02:28 +08:00
tests: only test crypt if we have an impl
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
This commit is contained in:
parent
2b25a20e49
commit
d69bea22a1
@ -35,7 +35,7 @@ endif
|
||||
ifneq ($(UCLIBC_HAS_LOCALE),y)
|
||||
DIRS := $(filter-out locale,$(DIRS))
|
||||
endif
|
||||
ifneq ($(UCLIBC_HAS_CRYPT),y)
|
||||
ifneq ($(UCLIBC_HAS_CRYPT_IMPL),y)
|
||||
DIRS := $(filter-out crypt,$(DIRS))
|
||||
endif
|
||||
ifeq ($(HAS_NO_THREADS),y)
|
||||
|
Loading…
x
Reference in New Issue
Block a user