aboutsummaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2011-11-20 15:39:31 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2011-11-20 15:39:31 +0100
commit5ea24ed1e222be8b569bccd5d63359d778af9aad (patch)
treece3c0b30f7c8dfe8a78b073834ba792c178a4d27 /debian/patches
parent867c3b9785f7da1f66588c24a6191ea43df5639e (diff)
downloadnx-libs-5ea24ed1e222be8b569bccd5d63359d778af9aad.tar.gz
nx-libs-5ea24ed1e222be8b569bccd5d63359d778af9aad.tar.bz2
nx-libs-5ea24ed1e222be8b569bccd5d63359d778af9aad.zip
Add patch: 008_add-nxproxy-wrapper.patch. Build nxproxy package.
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/008_add-nx-proxy-wrapper.patch13
-rw-r--r--debian/patches/series1
2 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/008_add-nx-proxy-wrapper.patch b/debian/patches/008_add-nx-proxy-wrapper.patch
new file mode 100644
index 000000000..9c208e2e8
--- /dev/null
+++ b/debian/patches/008_add-nx-proxy-wrapper.patch
@@ -0,0 +1,13 @@
+--- /dev/null
++++ b/bin/nxproxy
+@@ -0,0 +1,9 @@
++#!/bin/bash
++
++NX_LIBS=/usr/lib/nx
++LD_LIBRARY_PATH=/usr/lib/nx
++
++export NX_LIBS
++export LD_LIBRARY_PATH
++
++exec /usr/lib/nx/nxproxy "$@"
+\ No newline at end of file
diff --git a/debian/patches/series b/debian/patches/series
index 00679755b..4cf8420de 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@
005_add_nxagent_wrapper.patch
006_remove-configure-files.patch
007_nxcompshad-clean-gch-files.patch
+008_add-nx-proxy-wrapper.patch