1Makefile: disable testsuite and example 2 3We do not need them in the context of Buildroot. 4 5Also, they break for a shared-only build (but it's fixed in patch 0001). 6 7Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> 8 9diff -durN nettle-2.7.1.orig/Makefile.in nettle-2.7.1/Makefile.in 10--- nettle-2.7.1.orig/Makefile.in 2013-05-28 16:21:54.000000000 +0200 11+++ nettle-2.7.1/Makefile.in 2014-12-12 19:57:12.499805574 +0100 12@@ -19,7 +19,7 @@ 13 14 FAT_TEST_LIST = @FAT_TEST_LIST@ 15 16-SUBDIRS = tools testsuite examples 17+SUBDIRS = tools 18 19 include config.make 20 21