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:
Fabrice Fontaine 2021-01-21 21:43:56 +01:00 committed by Yann E. MORIN
parent 5cff0c8a2d
commit b251b57f08

View File

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