File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 44FF_DIR=$( dirname -- " $( readlink -f -- " $0 " ) " )
55
66# Pass the original PATH and LD_LIBRARY_PATH down to the application, unless
7- # already set
7+ # already set.
8+ # Note that we add /var/tmp/fastfreeze/run to the application's LD_LIBRARY_PATH
9+ # because it contains the real ld-linux-x86-64.so.2 which is important to avoid
10+ # a linker issue when compiling a program with gcc running under fastfreeze.
811export FF_APP_PATH=${FF_APP_PATH=$PATH }
9- export FF_APP_LD_LIBRARY_PATH=${FF_APP_LD_LIBRARY_PATH=$LD_LIBRARY_PATH }
12+ export FF_APP_LD_LIBRARY_PATH=${FF_APP_LD_LIBRARY_PATH=/ var / tmp / fastfreeze / run : $LD_LIBRARY_PATH }
1013
1114# Override the PATH and LD_LIBRARY_PATH that fastfreeze should use
1215export LD_LIBRARY_PATH=$FF_DIR /lib:$LD_LIBRARY_PATH
You can’t perform that action at this time.
0 commit comments