Commit 7d9e1544 authored by Mike Gabriel's avatar Mike Gabriel

Fix LD_LIBRARY_PATH export in wrapper scripts/patches.

parent 0e3b58b7
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
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