mirror of
https://git.yoctoproject.org/poky
synced 2026-09-17 21:49:32 +02:00
qemu: Resolve various segfault issues
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2060 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -47,16 +47,3 @@ Index: linux-user/syscall.c
|
||||
#endif
|
||||
#ifdef TARGET_NR_setxattr
|
||||
case TARGET_NR_setxattr:
|
||||
Index: Makefile.target
|
||||
===================================================================
|
||||
--- Makefile.target.orig 2007-06-13 11:51:52.000000000 +0100
|
||||
+++ Makefile.target 2007-06-13 11:51:54.000000000 +0100
|
||||
@@ -215,7 +215,7 @@ OP_LDFLAGS+=$(OS_LDFLAGS) $(ARCH_LDFLAGS
|
||||
#########################################################
|
||||
|
||||
CPPFLAGS+=-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
|
||||
-LIBS+=-lm
|
||||
+LIBS+=-lm -lrt
|
||||
ifndef CONFIG_USER_ONLY
|
||||
LIBS+=-lz
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user