diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-01 13:40:07 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-01 13:40:07 +0100 |
commit | 4346edab2ed56943ea4f7bc61380dfeab65817d4 (patch) | |
tree | 2e4c1e14362da0193e729ec874b34fb666a3e53f /package/dropbear/patches/patch-libtommath_tommath_h | |
parent | 9a9fd1b6c5b7b15e6df4848df4ba85d0b3f40ee2 (diff) |
update to latest upstream, fix x86_64 x32 problems
Diffstat (limited to 'package/dropbear/patches/patch-libtommath_tommath_h')
-rw-r--r-- | package/dropbear/patches/patch-libtommath_tommath_h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/dropbear/patches/patch-libtommath_tommath_h b/package/dropbear/patches/patch-libtommath_tommath_h new file mode 100644 index 000000000..d4716f2dc --- /dev/null +++ b/package/dropbear/patches/patch-libtommath_tommath_h @@ -0,0 +1,14 @@ +fix from +http://lists.openembedded.org/pipermail/openembedded-core/2013-May/079000.html + +--- dropbear-2014.63.orig/libtommath/tommath.h 2014-02-19 15:05:24.000000000 +0100 ++++ dropbear-2014.63/libtommath/tommath.h 2014-03-01 12:33:13.000000000 +0100 +@@ -73,7 +73,7 @@ extern "C" { + typedef signed long long long64; + #endif + +- typedef unsigned long mp_digit; ++ typedef unsigned long long mp_digit; + typedef unsigned long mp_word __attribute__ ((mode(TI))); + + #define DIGIT_BIT 60 |