diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-10-05 11:25:41 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-10-05 15:59:01 +0100 |
commit | 8eaafb78ad7925e37c51b2aeb968973abd35b18d (patch) | |
tree | 7eebbc00fb1f5520e1e52977ed0a4859f820424b /package/nettle/0001-disable-testsuite-examples.patch | |
parent | 7d8b5ae35b2e7b26324eada0f2ea82559ef1c437 (diff) | |
download | buildroot-8eaafb78ad7925e37c51b2aeb968973abd35b18d.tar.gz buildroot-8eaafb78ad7925e37c51b2aeb968973abd35b18d.zip |
nettle: bump to version 3.1.1
API is now compatible with nettle 2.7.x
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/nettle/0001-disable-testsuite-examples.patch')
-rw-r--r-- | package/nettle/0001-disable-testsuite-examples.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/package/nettle/0001-disable-testsuite-examples.patch b/package/nettle/0001-disable-testsuite-examples.patch new file mode 100644 index 0000000000..82d97d5d21 --- /dev/null +++ b/package/nettle/0001-disable-testsuite-examples.patch @@ -0,0 +1,20 @@ +Makefile: disable testsuite and example + +We do not need them in the context of Buildroot. + +Also, they break for a shared-only build (but it's fixed in patch 0001). + +Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> + +diff -durN nettle-2.7.1.orig/Makefile.in nettle-2.7.1/Makefile.in +--- nettle-2.7.1.orig/Makefile.in 2013-05-28 16:21:54.000000000 +0200 ++++ nettle-2.7.1/Makefile.in 2014-12-12 19:57:12.499805574 +0100 +@@ -16,7 +16,7 @@ + + OPT_ASM_SOURCES = @OPT_ASM_SOURCES@ + +-SUBDIRS = tools testsuite examples ++SUBDIRS = tools + + include config.make + |