29 lines
728 B
Diff
29 lines
728 B
Diff
|
From 9e89bde7061d46a60dfe895450053360427a32f0 Mon Sep 17 00:00:00 2001
|
||
|
From: Ulrich Hecht <uli@suse.de>
|
||
|
Date: Tue, 14 Apr 2009 16:34:36 +0200
|
||
|
Subject: [PATCH 12/33] qemu-cvs-pthread
|
||
|
|
||
|
Link with libpthread. Not sure if still necessary.
|
||
|
|
||
|
Signed-off-by: Ulrich Hecht <uli@suse.de>
|
||
|
---
|
||
|
Makefile | 2 +-
|
||
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
||
|
|
||
|
diff --git a/Makefile b/Makefile
|
||
|
index e4f9498..be55d3d 100644
|
||
|
--- a/Makefile
|
||
|
+++ b/Makefile
|
||
|
@@ -19,7 +19,7 @@ VPATH=$(SRC_PATH):$(SRC_PATH)/hw
|
||
|
CPPFLAGS += -I. -I$(SRC_PATH) -MMD -MP -MT $@
|
||
|
CPPFLAGS += -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
|
||
|
CPPFLAGS += -U_FORTIFY_SOURCE
|
||
|
-LIBS=
|
||
|
+LIBS=-lpthread
|
||
|
ifdef CONFIG_STATIC
|
||
|
LDFLAGS += -static
|
||
|
endif
|
||
|
--
|
||
|
1.6.2.1
|
||
|
|