From: Yann E. MORIN Date: Fri, 15 Jul 2016 12:43:26 +0000 (+0200) Subject: package/libgpg-error: disable tests X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5213fb332eea5e567bd075e0a2cb65723407490d;p=buildroot.git package/libgpg-error: disable tests Tests are not usefull on an embedded device. Signed-off-by: "Yann E. MORIN" Cc: Vicente Olivert Riera Signed-off-by: Thomas Petazzoni --- diff --git a/package/libgpg-error/libgpg-error.mk b/package/libgpg-error/libgpg-error.mk index 4acd32c1de..e081b365d9 100644 --- a/package/libgpg-error/libgpg-error.mk +++ b/package/libgpg-error/libgpg-error.mk @@ -18,4 +18,6 @@ define LIBGPG_ERROR_FIX_CROSS_COMPILATION endef LIBGPG_ERROR_PRE_CONFIGURE_HOOKS += LIBGPG_ERROR_FIX_CROSS_COMPILATION +LIBGPG_ERROR_CONF_OPTS = --disable-tests + $(eval $(autotools-package))