diff options
author | Steven Barth <cyrus@openwrt.org> | 2014-06-18 17:06:30 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2014-06-18 17:06:30 +0000 |
commit | 5142e91b2d5b123adc592192f98476a7a671f7d6 (patch) | |
tree | 1f1e2e0bc78e2fe20ad4c292db3a4f4afc37efef /package/libs/nettle/patches/0003-Include-local-macros-in-nettle.m4-to-allow-regenerat.patch | |
parent | 43c0ad0f001c2a749472ee5e858eab6767bf6680 (diff) | |
download | upstream-5142e91b2d5b123adc592192f98476a7a671f7d6.tar.gz upstream-5142e91b2d5b123adc592192f98476a7a671f7d6.tar.bz2 upstream-5142e91b2d5b123adc592192f98476a7a671f7d6.zip |
nettle: downgrade to 2.7.1 since gnutls is incompatible with 3.0
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 41263
Diffstat (limited to 'package/libs/nettle/patches/0003-Include-local-macros-in-nettle.m4-to-allow-regenerat.patch')
-rw-r--r-- | package/libs/nettle/patches/0003-Include-local-macros-in-nettle.m4-to-allow-regenerat.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/libs/nettle/patches/0003-Include-local-macros-in-nettle.m4-to-allow-regenerat.patch b/package/libs/nettle/patches/0003-Include-local-macros-in-nettle.m4-to-allow-regenerat.patch index d6e29c85aa..440f40813a 100644 --- a/package/libs/nettle/patches/0003-Include-local-macros-in-nettle.m4-to-allow-regenerat.patch +++ b/package/libs/nettle/patches/0003-Include-local-macros-in-nettle.m4-to-allow-regenerat.patch @@ -9,6 +9,8 @@ Subject: [PATCH 3/5] Include local macros in nettle.m4 to allow regeneration. 2 files changed, 1210 insertions(+) create mode 100644 nettle.m4 +diff --git a/configure.ac b/configure.ac +index 93eb09a..c24f954 100644 --- a/configure.ac +++ b/configure.ac @@ -7,6 +7,7 @@ AC_PREREQ(2.61) @@ -19,6 +21,9 @@ Subject: [PATCH 3/5] Include local macros in nettle.m4 to allow regeneration. AC_CONFIG_HEADER([config.h]) +diff --git a/nettle.m4 b/nettle.m4 +new file mode 100644 +index 0000000..98b399b --- /dev/null +++ b/nettle.m4 @@ -0,0 +1,1209 @@ @@ -1231,3 +1236,6 @@ Subject: [PATCH 3/5] Include local macros in nettle.m4 to allow regeneration. +ac_cv_type_intmax_t="$ac_cv_type_intmax_t" +]) +]) +-- +1.9.2 + |