[packages] libgcrypt: update to 1.4.5

git-svn-id: svn://svn.openwrt.org/openwrt/packages@21025 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico
2010-04-19 08:15:23 +00:00
parent 149d024d54
commit 164218c65c
3 changed files with 16 additions and 16 deletions

View File

@ -1,9 +1,9 @@
The MIPS port for GCC-4.4 no longer recognizes the h asm constraint.
Patch from: https://forum.openwrt.org/viewtopic.php?id=20520
--- libgcrypt/mpi/longlong.h-asdf 2009-08-04 09:58:51.000000000 +0930
+++ libgcrypt/mpi/longlong.h 2009-08-04 10:10:27.000000000 +0930
@@ -710,18 +710,35 @@
--- a/mpi/longlong.h
+++ b/mpi/longlong.h
@@ -710,18 +710,35 @@ extern USItype __udiv_qrnnd ();
#endif /* __m88110__ */
#endif /* __m88000__ */
@ -41,7 +41,7 @@ Patch from: https://forum.openwrt.org/viewtopic.php?id=20520
#define umul_ppmm(w1, w0, u, v) \
__asm__ ("multu %2,%3 \n" \
"mflo %0 \n" \
@@ -739,14 +756,24 @@
@@ -739,14 +756,24 @@ extern USItype __udiv_qrnnd ();
************** MIPS/64 **************
***************************************/
#if (defined (__mips) && __mips >= 3) && W_TYPE_SIZE == 64