qemu/qemu-cvs-pthread.patch

14 lines
350 B
Diff

Index: qemu-0.9.0/Makefile
================================================================================
--- qemu/Makefile
+++ qemu/Makefile
@@ -13,7 +13,7 @@
CPPFLAGS += -I. -I$(SRC_PATH) -MMD -MP
CPPFLAGS += -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-LIBS=
+LIBS=-lpthread
ifdef CONFIG_STATIC
BASE_LDFLAGS += -static
endif