Search
j0ke.net Open Build Service
>
Projects
>
virtualization
:
Qemu
>
qemu
> qemu-cvs-pthread.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File qemu-cvs-pthread.patch of Package qemu
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