aboutsummaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-04-27 00:33:52 +0200
committerMihai Moldovan <ionic@ionic.de>2015-04-27 00:33:52 +0200
commitef24d64900d444f93d86e35d1723e082ed8ee2c1 (patch)
treef9c421ed32b6c37cbd3e2bc065f48dc26d4e38d6 /debian/patches
parent96efadac50bf40bc502680072570a2950f132fe3 (diff)
downloadnx-libs-ef24d64900d444f93d86e35d1723e082ed8ee2c1.tar.gz
nx-libs-ef24d64900d444f93d86e35d1723e082ed8ee2c1.tar.bz2
nx-libs-ef24d64900d444f93d86e35d1723e082ed8ee2c1.zip
nx-X11: Prevent underlinking by linking to libNX_X{11,damage,fixes).
Adds: - 0640_nx-X11_fix-underlinking-libNX_Xcomposite_damage_fixes.full.patch
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/0640_nx-X11_fix-underlinking-libNX_Xcomposite_damage_fixes.full.patch15
-rw-r--r--debian/patches/series1
2 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/0640_nx-X11_fix-underlinking-libNX_Xcomposite_damage_fixes.full.patch b/debian/patches/0640_nx-X11_fix-underlinking-libNX_Xcomposite_damage_fixes.full.patch
new file mode 100644
index 000000000..736104f27
--- /dev/null
+++ b/debian/patches/0640_nx-X11_fix-underlinking-libNX_Xcomposite_damage_fixes.full.patch
@@ -0,0 +1,15 @@
+Description: Prevent underlinking by linking to libNX_X{11,damage,fixes).
+Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
+
+--- a/nx-X11/config/cf/lnxLib.tmpl
++++ b/nx-X11/config/cf/lnxLib.tmpl
+@@ -61,6 +61,9 @@ XMULIB = $(XMULIBONLY) $(XTOOLLIB) $(XLIB)
+ #define SharedXxf86vmReqs $(LDPRELIB) $(XLIB)
+ #define SharedxkbfileReqs $(LDPRELIB) $(XONLYLIB)
+ #define SharedxkbuiReqs $(LDPRELIB) $(XKBFILELIB) $(XONLYLIB)
++#define SharedXfixesReqs $(LDPRELIB) $(XLIB)
++#define SharedXdamageReqs $(LDPRELIB) $(XLIB)
++#define SharedXcompositeReqs $(LDPRELIB) $(XDAMAGELIB) $(XFIXESLIB) $(XLIB)
+
+ #else /* UseElfFormat */
+
diff --git a/debian/patches/series b/debian/patches/series
index 80a0e5e07..f28170f05 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -79,6 +79,7 @@
0620_nxcompext_use-correct-library-naming-scheme-on-OS-X.full.patch
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
0990_fix-DEBUG-and-TEST-builds.full.patch
0991_fix-hr-typos.full+lite.patch
0991_fix-hr-typos.full.patch