File qemu-cvs-pthread.patch of Package qemu (Revision c1c992fabb720088d76fa86096f2aef4)
Currently displaying revision c1c992fabb720088d76fa86096f2aef4, show latest
x
1
Index: qemu-0.9.0/Makefile
2
================================================================================
3
--- qemu/Makefile
4
+++ qemu/Makefile
5
6
7
CPPFLAGS += -I. -I$(SRC_PATH) -MMD -MP
8
CPPFLAGS += -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
9
-LIBS=
10
+LIBS=-lpthread
11
ifdef CONFIG_STATIC
12
BASE_LDFLAGS += -static
13
endif
14