0001-disable-testsuite-examples.patch 562 B

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