Commit 9525d073 authored by Mike Gabriel's avatar Mike Gabriel Committed by Mihai Moldovan

nxcompshad: Prevent underlinking by linking to libNX_Xext.

Adds: - 0650_nxcompshad_link-to-NX_Xext.full.patch
parent ef24d649
......@@ -126,6 +126,9 @@ nx-libs (2:3.5.0.32-0x2go1) UNRELEASED; urgency=low
* nx-X11: Prevent underlinking by linking to libNX_X{11,damage,fixes).
Adds:
- 0640_nx-X11_fix-underlinking-libNX_Xcomposite_damage_fixes.full.patch
* nxcompshad: Prevent underlinking by linking to libNX_Xext.
Adds:
- 0650_nxcompshad_link-to-NX_Xext.full.patch
-- X2Go Release Manager <git-admin@x2go.org> Tue, 17 Mar 2015 19:19:32 +0100
......
Description: Prevent underlinking by linking to libNX_Xext.
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
--- a/nxcompshad/Makefile.in
+++ b/nxcompshad/Makefile.in
@@ -148,7 +148,7 @@ all: depend $(LIBARCHIVE) $(LIBDLL)
else
-EXTRALIBS = -lNX_Xtst -lNX_Xrandr -lNX_Xdamage
+EXTRALIBS = -lNX_Xext -lNX_Xtst -lNX_Xrandr -lNX_Xdamage
all: depend $(LIBFULL) $(LIBLOAD) $(LIBSHARED) $(LIBARCHIVE)
......@@ -80,6 +80,7 @@
0621_nxcompshad_use-correct-library-naming-scheme-on-OS-X.full.patch
0630_nx-X11_fix-underlinking-dlopen-dlsym.full.patch
0640_nx-X11_fix-underlinking-libNX_Xcomposite_damage_fixes.full.patch
0650_nxcompshad_link-to-NX_Xext.full.patch
0990_fix-DEBUG-and-TEST-builds.full.patch
0991_fix-hr-typos.full+lite.patch
0991_fix-hr-typos.full.patch
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment