Stefan Dirsch
ebb11289e1
- VNC patches completely redone by Egbert Eich (N-VNC-*) - Xvnc-pthread.diff: small buildfix required for factory - removed obsolete patches * EXA-mixed-ModifyPixmapHeader-pitch-fixes.-bug-33929.patch * Replace-malloc-with-calloc-to-initialize-the-buffers.patch * U_xserver_fix-pixmaps-lifetime-tracking.patch * commit-5c6a2f9.diff * pad-size-of-system-memory-copy-for-1x1-pixmaps * record-avoid-crash-when-calling-RecordFlushReplyBuff.patch * xorg-server-stop-cpu-eating.diff - adjusted patches * bug534768-prefer_local_symbols.patch * zap_warning_xserver.diff - disabled patches for now * 0001-Xinput-Catch-missing-configlayout-when-deleting-dev.patch * cache-xkbcomp-output-for-fast-start-up.patch * xserver-bg-none-root.patch * 0001-Prevent-XSync-Alarms-from-senslessly-calling-CheckTr.patch OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=352
21 lines
536 B
Diff
21 lines
536 B
Diff
--- xorg-server-1.10.4/hw/vnc/Makefile.am.orig 2011-09-06 15:25:27.000000000 +0000
|
|
+++ xorg-server-1.10.4/hw/vnc/Makefile.am 2011-09-06 15:26:40.000000000 +0000
|
|
@@ -37,6 +37,7 @@
|
|
JPEG_LIBS = -ljpeg
|
|
CRYPT_LIBS = -lcrypt
|
|
Z_LIBS = -lz
|
|
+PTHREAD_LIBS = -lpthread
|
|
|
|
AM_CFLAGS = $(DIX_CFLAGS) $(XVNC_CFLAGS) -I$(top_srcdir)/hw/dmx/vnc -DCHROMIUM=1
|
|
|
|
@@ -48,7 +49,8 @@
|
|
$(CRYPT_LIBS) \
|
|
$(XSERVER_SYS_LIBS) \
|
|
$(VNCMODULES_LIBS) \
|
|
- $(Z_LIBS)
|
|
+ $(Z_LIBS) \
|
|
+ $(PTHREAD_LIBS)
|
|
|
|
|
|
relink:
|