configure: Always set LDPATH, rpath support is broken on many platforms.

oldstable
Alexandre Julliard 2009-03-24 15:23:33 +01:00
parent 25c2e283d8
commit 6e89fd1832
2 changed files with 0 additions and 11 deletions

5
configure vendored
View File

@ -18069,11 +18069,6 @@ case $build_os in
;;
darwin*|macosx*)
;;
linux*|solaris*) if test -z "$LDRPATH_LOCAL"
then
LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
fi
;;
*)
LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
;;

View File

@ -1403,12 +1403,6 @@ case $build_os in
;;
darwin*|macosx*)
;;
linux*|solaris*) dnl FIXME: What other platforms support $ORIGIN?
if test -z "$LDRPATH_LOCAL"
then
LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
fi
;;
*)
LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
;;