summaryrefslogtreecommitdiffstats
path: root/patches/lsh-2.0.4
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-11-22 16:52:17 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-11-22 16:52:17 +0100
commita5ded7b106cacdd4bd60c7c8e65778907c3819a8 (patch)
treeb3b0230d2270da01d59c29b225c96d12e14f79e0 /patches/lsh-2.0.4
parent0dfc14dcb5d96dbe4d8d4412a30216a6673e7199 (diff)
downloadptxdist-a5ded7b106cacdd4bd60c7c8e65778907c3819a8.tar.gz
ptxdist-a5ded7b106cacdd4bd60c7c8e65778907c3819a8.tar.xz
lsh: add patch to build with gcc-4.6
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches/lsh-2.0.4')
-rw-r--r--patches/lsh-2.0.4/0001-fix-typo-in-md5-compress.asm.patch21
-rw-r--r--patches/lsh-2.0.4/series4
2 files changed, 25 insertions, 0 deletions
diff --git a/patches/lsh-2.0.4/0001-fix-typo-in-md5-compress.asm.patch b/patches/lsh-2.0.4/0001-fix-typo-in-md5-compress.asm.patch
new file mode 100644
index 000000000..784b23ff7
--- /dev/null
+++ b/patches/lsh-2.0.4/0001-fix-typo-in-md5-compress.asm.patch
@@ -0,0 +1,21 @@
+From: Michael Olbrich <m.olbrich@pengutronix.de>
+Date: Tue, 22 Nov 2011 16:50:31 +0100
+Subject: [PATCH] fix typo in md5-compress.asm
+
+without this building with gcc-4.6 is broken.
+
+Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
+---
+ src/nettle/x86/md5-compress.asm | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/src/nettle/x86/md5-compress.asm b/src/nettle/x86/md5-compress.asm
+index 9664754..e3c51f3 100644
+--- a/src/nettle/x86/md5-compress.asm
++++ b/src/nettle/x86/md5-compress.asm
+@@ -171,4 +171,4 @@ PROLOGUE(_nettle_md5_compress)
+ popl %ebp
+ popl %ebx
+ ret
+-EPILOGUE(_nettle_sha1_compress)
++EPILOGUE(_nettle_md5_compress)
diff --git a/patches/lsh-2.0.4/series b/patches/lsh-2.0.4/series
new file mode 100644
index 000000000..b3a31f466
--- /dev/null
+++ b/patches/lsh-2.0.4/series
@@ -0,0 +1,4 @@
+# generated by git-ptx-patches
+#tag:base --start-number 1
+0001-fix-typo-in-md5-compress.asm.patch
+# 877723ef86b38b26af32bf999bbc4c22 - git-ptx-patches magic