X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Flibs%2Fnettle%2Fpatches%2F0003-Include-local-macros-in-nettle.m4-to-allow-regenerat.patch;h=440f40813ab7b3bf72e33470a2070fe279ecb634;hb=4456b621cb7c77dc09df1d2adb2cb322c0b35da9;hp=d6e29c85aab8879af203ce01de2cec1e1c2859b0;hpb=d42c79ad4db379a5e37075d35be3e4fd916e560a;p=openwrt-github%2F.git 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 +