110-dont-use-target-dir-for-relinking.patch 380 B

12345678910
  1. --- a/libltdl/config/ltmain.m4sh
  2. +++ b/libltdl/config/ltmain.m4sh
  3. @@ -6104,7 +6104,6 @@ func_mode_link ()
  4. test "$hardcode_direct_absolute" = no; then
  5. add="$libdir/$linklib"
  6. elif test "$hardcode_minus_L" = yes; then
  7. - add_dir="-L$libdir"
  8. add="-l$name"
  9. elif test "$hardcode_shlibpath_var" = yes; then
  10. case :$finalize_shlibpath: in