Skip to content
Snippets Groups Projects
Commit 6e89fd18 authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

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

parent 25c2e283
No related branches found
No related tags found
No related merge requests found
......@@ -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\""
;;
......
......@@ -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\""
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment