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

Cyrill Gorcunov gorcunov at gmail.com
Wed Jun 25 13:07:37 PDT 2014


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.


More information about the CRIU mailing list