Use only the basename of libpolypdsp.so so that it will work on multi-arch

systems.


git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@969 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Pierre Ossman 2006-05-25 13:56:14 +00:00
parent 1799b7ac33
commit 0387b30994
2 changed files with 5 additions and 11 deletions

View file

@ -20,9 +20,9 @@
# USA.
if [ x"$LD_PRELOAD" = x ] ; then
LD_PRELOAD="@LIBPOLYPDSP@"
LD_PRELOAD="libpolypdsp.so"
else
LD_PRELOAD="$LD_PRELOAD @LIBPOLYPDSP@"
LD_PRELOAD="$LD_PRELOAD libpolypdsp.so"
fi
export LD_PRELOAD