mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
configure: Always set LDPATH, rpath support is broken on many platforms.
This commit is contained in:
parent
25c2e283d8
commit
6e89fd1832
5
configure
vendored
5
configure
vendored
@ -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\""
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user