[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Added -lpthread to qemu-dm link line, in order to compile even without SDL
# HG changeset patch # User emellor@xxxxxxxxxxxxxxxxxxxxxx # Node ID 1ce76b214ce2c1a420ebd2b38052939400e20a1b # Parent b50eb7619dd46427169f3d40580f973604643448 Added -lpthread to qemu-dm link line, in order to compile even without SDL installed. Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx> diff -r b50eb7619dd4 -r 1ce76b214ce2 tools/ioemu/target-i386-dm/Makefile --- a/tools/ioemu/target-i386-dm/Makefile Sun Oct 30 15:33:05 2005 +++ b/tools/ioemu/target-i386-dm/Makefile Sun Oct 30 15:35:06 2005 @@ -311,7 +311,7 @@ endif $(QEMU_SYSTEM): $(VL_OBJS) libqemu.a - $(CC) $(VL_LDFLAGS) -o $@ $^ $(LIBS) $(SDL_LIBS) $(VNC_LIBS) $(VL_LIBS) + $(CC) $(VL_LDFLAGS) -o $@ $^ $(LIBS) $(SDL_LIBS) $(VNC_LIBS) $(VL_LIBS) -lpthread vnc.o: vnc.c keyboard_rdesktop.c $(CC) $(CFLAGS) $(DEFINES) $(VNC_CFLAGS) -c -o $@ $< _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |