1
0
xorg-x11-server/u_xf4nvc_missing-libz.patch

19 lines
543 B
Diff
Raw Normal View History

Author: Stefan Dirsch <sndirsch@suse.de>
Subject: Xvnc needs to add "-lz" itself
Signed-off-by: Stefan Dirsch <sndirsch@suse.de>
Xvnc no longer can rely on the toolchain to add the required libs,
it uses directly.
--- hw/vnc/Makefile.am.orig 2011-08-29 16:11:02.000000000 +0000
+++ hw/vnc/Makefile.am 2011-08-29 16:11:16.000000000 +0000
@@ -47,7 +47,7 @@ Xvnc_LDADD = \
$(JPEG_LIBS) \
$(CRYPT_LIBS) \
$(XSERVER_SYS_LIBS) \
- $(VNCMODULES_LIBS)
+ $(VNCMODULES_LIBS) -lz
relink: