* Paolo Bonzini wrote on Fri, Aug 13, 2010 at 03:23:04AM CEST:
> * libltdl/config/ltmain.m4sh: Pass $dependency_libs of preopened libtool
> through func_resolve_sysroot.

This looks ok, but is it covered in the testsuite?
(If not, I can try to do it later, but at least would like to be sure we
make a mental note.)

Thanks,
Ralf

> --- a/libltdl/config/ltmain.m4sh
> +++ b/libltdl/config/ltmain.m4sh
> @@ -4964,8 +4964,9 @@ func_mode_link ()
>       for lib in $dlprefiles; do
>         # Ignore non-libtool-libs
>         dependency_libs=
> +       func_resolve_sysroot "$lib"
>         case $lib in
> -       *.la) func_source "$lib" ;;
> +       *.la) func_source "$func_resolve_sysroot_result" ;;
>         esac
>  
>         # Collect preopened libtool deplibs, except any this library

Reply via email to