ae572d8970
Copy from IBS home:uli_suse:branches:SUSE:Factory:Head/qemu based on submit request 1038 from user uli_suse OBS-URL: https://build.opensuse.org/request/show/1038 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qemu?expand=0&rev=31
29 lines
728 B
Diff
29 lines
728 B
Diff
From 09e232e1084dd42cf233fcac97816851b9261693 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 dc95869..ecc30ce 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
|
|
|