aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2011-12-29 21:38:51 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2011-12-29 21:38:51 +0100
commit7d9e1544f5f1a3eb85b9d11ab328a4f8ce70f336 (patch)
treeda4c50bbf47c006785ea70e1119ed8b5de87d7f0
parent0e3b58b7f13327685354b82dfa003fbc8f4987b5 (diff)
downloadnx-libs-7d9e1544f5f1a3eb85b9d11ab328a4f8ce70f336.tar.gz
nx-libs-7d9e1544f5f1a3eb85b9d11ab328a4f8ce70f336.tar.bz2
nx-libs-7d9e1544f5f1a3eb85b9d11ab328a4f8ce70f336.zip
Fix LD_LIBRARY_PATH export in wrapper scripts/patches.
-rw-r--r--debian/changelog1
-rw-r--r--debian/patches/005_nxagent_add-nxagent-wrapper.patch2
-rw-r--r--debian/patches/008_nxproxy_add-nxproxy-wrapper.patch2
-rw-r--r--debian/patches/011_nxauth_add-nxauth-wrapper.patch2
4 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 86ccbdb01..a30b85101 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -53,6 +53,7 @@ nx-libs (2:3.5.0-0~x2go2) UNRELEASED; urgency=low
files from within /debian/rules.
* Add patch: 019_nx-x11_expat-build-against-system-libxmltok.patch, fixes
lintian error: embedded-library: expat. Build-depend on libxmltok1-dev.
+ * Fix LD_LIBRARY_PATH export in wrapper scripts/patches.
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 28 Dec 2011 19:06:26 +0100
diff --git a/debian/patches/005_nxagent_add-nxagent-wrapper.patch b/debian/patches/005_nxagent_add-nxagent-wrapper.patch
index a2a9f928b..2d0123bcc 100644
--- a/debian/patches/005_nxagent_add-nxagent-wrapper.patch
+++ b/debian/patches/005_nxagent_add-nxagent-wrapper.patch
@@ -4,7 +4,7 @@
+#!/bin/bash
+
+NX_LIBS=/usr/lib/nx
-+LD_LIBRARY_PATH=/usr/lib/nx
++LD_LIBRARY_PATH=/usr/lib/nx:/usr/lib/nx/X11:$LD_LIBRARY_PATH
+
+export NX_LIBS
+export LD_LIBRARY_PATH
diff --git a/debian/patches/008_nxproxy_add-nxproxy-wrapper.patch b/debian/patches/008_nxproxy_add-nxproxy-wrapper.patch
index 9c208e2e8..0d9077f5d 100644
--- a/debian/patches/008_nxproxy_add-nxproxy-wrapper.patch
+++ b/debian/patches/008_nxproxy_add-nxproxy-wrapper.patch
@@ -4,7 +4,7 @@
+#!/bin/bash
+
+NX_LIBS=/usr/lib/nx
-+LD_LIBRARY_PATH=/usr/lib/nx
++LD_LIBRARY_PATH=/usr/lib/nx:/usr/lib/nx/X11:$LD_LIBRARY_PATH
+
+export NX_LIBS
+export LD_LIBRARY_PATH
diff --git a/debian/patches/011_nxauth_add-nxauth-wrapper.patch b/debian/patches/011_nxauth_add-nxauth-wrapper.patch
index 231acc6f3..1a731b6a5 100644
--- a/debian/patches/011_nxauth_add-nxauth-wrapper.patch
+++ b/debian/patches/011_nxauth_add-nxauth-wrapper.patch
@@ -4,7 +4,7 @@
+#!/bin/bash
+
+NX_LIBS=/usr/lib/nx
-+LD_LIBRARY_PATH=/usr/lib/nx
++LD_LIBRARY_PATH=/usr/lib/nx:/usr/lib/nx/X11:$LD_LIBRARY_PATH
+
+export NX_LIBS
+export LD_LIBRARY_PATH