diff options
author | Richard Purdie <richard@openedhand.com> | 2008-10-20 13:18:49 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-10-20 13:18:49 +0000 |
commit | 7a0ee99499ac8e325e5699edaa744a290c70cc98 (patch) | |
tree | 1ccfbadac068a58cf929ca169174d32dc116022b /meta/packages/opensync/libsyncml | |
parent | 78fd54f3714a2612c0fa6142c8259151dde45e1d (diff) | |
download | ast2050-yocto-poky-7a0ee99499ac8e325e5699edaa744a290c70cc98.zip ast2050-yocto-poky-7a0ee99499ac8e325e5699edaa744a290c70cc98.tar.gz |
libsyncml: Remove insane piece of strange assembler
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5548 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/opensync/libsyncml')
-rw-r--r-- | meta/packages/opensync/libsyncml/remove-insane-assembler.patch | 12 |
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 0000000..ad3ba01 --- /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); + } + |