diff options
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 | ||
