forked from pool/xorg-x11-server
- u_xf4nvc_missing-libz.patch (revision 0)
* Xvnc no longer can rely on the toolchain to add the required libs, it uses directly. OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=349
This commit is contained in:
parent
713b9b1eac
commit
661c5bb718
18
u_xf4nvc_missing-libz.patch
Normal file
18
u_xf4nvc_missing-libz.patch
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
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:
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 29 16:24:24 UTC 2011 - sndirsch@suse.com
|
||||||
|
|
||||||
|
- u_xf4nvc_missing-libz.patch (revision 0)
|
||||||
|
* Xvnc no longer can rely on the toolchain to add the required
|
||||||
|
libs, it uses directly.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 8 08:20:41 UTC 2011 - eich@suse.de
|
Fri Jul 8 08:20:41 UTC 2011 - eich@suse.de
|
||||||
|
|
||||||
|
@ -105,6 +105,7 @@ Patch225: xorg-server-stop-cpu-eating.diff
|
|||||||
Patch226: record-avoid-crash-when-calling-RecordFlushReplyBuff.patch
|
Patch226: record-avoid-crash-when-calling-RecordFlushReplyBuff.patch
|
||||||
Patch227: Replace-malloc-with-calloc-to-initialize-the-buffers.patch
|
Patch227: Replace-malloc-with-calloc-to-initialize-the-buffers.patch
|
||||||
Patch228: EXA-mixed-ModifyPixmapHeader-pitch-fixes.-bug-33929.patch
|
Patch228: EXA-mixed-ModifyPixmapHeader-pitch-fixes.-bug-33929.patch
|
||||||
|
Patch229: u_xf4nvc_missing-libz.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains the X.Org Server.
|
This package contains the X.Org Server.
|
||||||
@ -180,6 +181,7 @@ An X Window System server for Virtual Network Computing (VNC).
|
|||||||
%patch49 -p0
|
%patch49 -p0
|
||||||
%patch50 -p1
|
%patch50 -p1
|
||||||
%patch51 -p1
|
%patch51 -p1
|
||||||
|
%patch229 -p0
|
||||||
chmod 755 hw/vnc/symlink-vnc.sh
|
chmod 755 hw/vnc/symlink-vnc.sh
|
||||||
%endif
|
%endif
|
||||||
%patch45 -p0
|
%patch45 -p0
|
||||||
|
Loading…
Reference in New Issue
Block a user