package/libgcrypt: drop LIBGCRYPT_DISABLE_TESTS
Drop LIBGCRYPT_DISABLE_TESTS which is not needed since commit
ef79770dcd
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
5cff0c8a2d
commit
b251b57f08
@ -31,11 +31,4 @@ ifeq ($(BR2_arm),y)
|
||||
LIBGCRYPT_CONF_ENV += CFLAGS="$(patsubst -mthumb,,$(TARGET_CFLAGS))"
|
||||
endif
|
||||
|
||||
# Tests use fork()
|
||||
define LIBGCRYPT_DISABLE_TESTS
|
||||
$(SED) 's/ tests//' $(@D)/Makefile.in
|
||||
endef
|
||||
|
||||
LIBGCRYPT_POST_PATCH_HOOKS += LIBGCRYPT_DISABLE_TESTS
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
Loading…
Reference in New Issue
Block a user