Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
7d9e1544
Commit
7d9e1544
authored
Dec 29, 2011
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix LD_LIBRARY_PATH export in wrapper scripts/patches.
parent
0e3b58b7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
changelog
debian/changelog
+1
-0
005_nxagent_add-nxagent-wrapper.patch
debian/patches/005_nxagent_add-nxagent-wrapper.patch
+1
-1
008_nxproxy_add-nxproxy-wrapper.patch
debian/patches/008_nxproxy_add-nxproxy-wrapper.patch
+1
-1
011_nxauth_add-nxauth-wrapper.patch
debian/patches/011_nxauth_add-nxauth-wrapper.patch
+1
-1
No files found.
debian/changelog
View file @
7d9e1544
...
...
@@ -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
...
...
debian/patches/005_nxagent_add-nxagent-wrapper.patch
View file @
7d9e1544
...
...
@@ -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
...
...
debian/patches/008_nxproxy_add-nxproxy-wrapper.patch
View file @
7d9e1544
...
...
@@ -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
...
...
debian/patches/011_nxauth_add-nxauth-wrapper.patch
View file @
7d9e1544
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment