[CRIU] [PATCH] Ensure LDFLAGS is passed to CC not LD.

Pavel Emelyanov xemul at parallels.com
Thu Jun 26 05:30:50 PDT 2014


On 06/26/2014 12:07 AM, Cyrill Gorcunov wrote:
> On Wed, Jun 25, 2014 at 02:52:31PM -0500, Chris J Arges wrote:
>> If we build with something like:
>> make LDFLAGS="-Wl,-Bsymbolic-functions"
>>
>> We'll get an error because the LDFLAGS are being passed to LD when they
>> should be pased to CC.
>>
>> Signed-off-by: Chris J Arges <chris.j.arges at canonical.com>
> Acked-by: Cyrill Gorcunov <gorcunov at openvz.org>
> 
> Yeah, for LD better to use $(ld_flags) or something.
> I'll update on top.
> _______________________________________________
> CRIU mailing list
> CRIU at openvz.org
> https://lists.openvz.org/mailman/listinfo/criu
> 
Applied, thanks.


More information about the CRIU mailing list