summaryrefslogtreecommitdiff
path: root/meta/packages/opensync/libsyncml
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/opensync/libsyncml')
-rw-r--r--meta/packages/opensync/libsyncml/remove-insane-assembler.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/packages/opensync/libsyncml/remove-insane-assembler.patch b/meta/packages/opensync/libsyncml/remove-insane-assembler.patch
new file mode 100644
index 000000000..ad3ba01a2
--- /dev/null
+++ b/meta/packages/opensync/libsyncml/remove-insane-assembler.patch
@@ -0,0 +1,12 @@
+Index: libsyncml-0.4.7/tests/check_http.c
+===================================================================
+--- libsyncml-0.4.7.orig/tests/check_http.c 2008-10-20 14:16:26.000000000 +0100
++++ libsyncml-0.4.7/tests/check_http.c 2008-10-20 14:16:53.000000000 +0100
+@@ -221,7 +221,6 @@
+
+ break;
+ default:
+- __asm__("int $3");
+ fail(NULL);
+ }
+