[vlc-devel] commit: zsh: export the LD_LIBRARY_PATH (so ldd can find the libs). ( Rémi Duraffort )

git version control git at videolan.org
Mon Jan 4 00:33:08 CET 2010


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Sun Jan  3 18:28:08 2010 +0100| [84b53fa99b67fcd2768ebc584c46aefa5f6a4368] | committer: Rémi Duraffort 

zsh: export the LD_LIBRARY_PATH (so ldd can find the libs).

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=84b53fa99b67fcd2768ebc584c46aefa5f6a4368
---

 extras/analyser/zsh_completion.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extras/analyser/zsh_completion.sh b/extras/analyser/zsh_completion.sh
index 37de947..5d75569 100755
--- a/extras/analyser/zsh_completion.sh
+++ b/extras/analyser/zsh_completion.sh
@@ -58,7 +58,7 @@ if ! find_libvlccore; then
     /bin/echo -n "libvlccore not found ! Linking will fail !"
 fi
 
-LD_LIBRARY_PATH=$BUILDDIR/src/.libs
+export LD_LIBRARY_PATH=$BUILDDIR/src/.libs
 
 if test -e ../../extras/contrib/config.mak -a ! "`grep HOST ../../extras/contrib/config.mak 2>/dev/null|awk '{print $3}'`" != "$HOST"; then
     echo "contribs found !"




More information about the vlc-devel mailing list