libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 2/4] fix sysroot handling for deplibs of preopened libtool


From: Ralf Wildenhues
Subject: Re: [PATCH v2 2/4] fix sysroot handling for deplibs of preopened libtool libs
Date: Fri, 13 Aug 2010 06:14:18 +0200
User-agent: Mutt/1.5.20 (2010-04-22)

* 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

[Prev in Thread] Current Thread [Next in Thread]