~ubuntu-branches/debian/sid/bristol/sid

« back to all changes in this revision

Viewing changes to debian/patches/90-CVE_insecure_library_loading.patch

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-10-15 13:32:22 UTC
  • Revision ID: james.westby@ubuntu.com-20101015133222-fnt73myhrht20p2o
Tags: 0.60.5-3
Drop all unnecessary 'export' statements.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Origin: upstream, https://sourceforge.net/support/tracker.php?aid=3077160
3
3
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598285
4
4
---
5
 
 bin/startBristol.in |    2 +-
6
 
 1 file changed, 1 insertion(+), 1 deletion(-)
 
5
 bin/startBristol.in |    4 ----
 
6
 1 file changed, 4 deletions(-)
7
7
 
8
8
--- bristol.orig/bin/startBristol.in
9
9
+++ bristol/bin/startBristol.in
10
 
@@ -347,7 +347,7 @@ fi
 
10
@@ -347,10 +347,6 @@ fi
11
11
 export SLAB_HOME=$BRISTOL
12
12
 export BRIGHTON=$BRISTOL
13
13
 
14
14
-export LD_LIBRARY_PATH=/usr/local/lib:usr/lib:${LD_LIBRARY_PATH}:${BRISTOL}/lib
15
 
+export LD_LIBRARY_PATH=@BRISTOL_DIR@/lib:/usr/local/lib:/usr/lib:/lib
16
 
 
17
 
 export PATH=${PATH}:$BRISTOL/bin:/usr/local/bin
18
 
 
 
15
-
 
16
-export PATH=${PATH}:$BRISTOL/bin:/usr/local/bin
 
17
-
 
18
 if [ $jack -eq 1 ]; then
 
19
        ldd `which bristol` | grep jack > /dev/null 2>&1
 
20
        if [ $? -ne 0 ]; then