diff options
author | Richard Purdie <richard@openedhand.com> | 2007-06-29 11:10:33 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-06-29 11:10:33 +0000 |
commit | f1edd3b119e65256c90230f7d2adb03d52c16dc3 (patch) | |
tree | d8563728d668efe0321dee42824664ac518a7815 /meta/packages/qemu/files/31_syscalls.patch | |
parent | 13e87f0a9638168eb7cf5a705a472a1a99113aa2 (diff) | |
download | poky-f1edd3b119e65256c90230f7d2adb03d52c16dc3.tar.gz |
qemu: Resolve various segfault issues
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2060 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/qemu/files/31_syscalls.patch')
-rw-r--r-- | meta/packages/qemu/files/31_syscalls.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/packages/qemu/files/31_syscalls.patch b/meta/packages/qemu/files/31_syscalls.patch index e7a1b338f3..3878079f19 100644 --- a/meta/packages/qemu/files/31_syscalls.patch +++ b/meta/packages/qemu/files/31_syscalls.patch | |||
@@ -47,16 +47,3 @@ Index: linux-user/syscall.c | |||
47 | #endif | 47 | #endif |
48 | #ifdef TARGET_NR_setxattr | 48 | #ifdef TARGET_NR_setxattr |
49 | case TARGET_NR_setxattr: | 49 | case TARGET_NR_setxattr: |
50 | Index: Makefile.target | ||
51 | =================================================================== | ||
52 | --- Makefile.target.orig 2007-06-13 11:51:52.000000000 +0100 | ||
53 | +++ Makefile.target 2007-06-13 11:51:54.000000000 +0100 | ||
54 | @@ -215,7 +215,7 @@ OP_LDFLAGS+=$(OS_LDFLAGS) $(ARCH_LDFLAGS | ||
55 | ######################################################### | ||
56 | |||
57 | CPPFLAGS+=-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE | ||
58 | -LIBS+=-lm | ||
59 | +LIBS+=-lm -lrt | ||
60 | ifndef CONFIG_USER_ONLY | ||
61 | LIBS+=-lz | ||
62 | endif | ||