Re: [PATCH 2/2] trace-cmd: Change the way of getting python ldflags.

From: Steven Rostedt
Date: Thu Feb 08 2018 - 18:55:21 EST


On Sun, 4 Feb 2018 11:20:14 +0800
sztsian@xxxxxxxxx wrote:

> From: Zamir SUN <sztsian@xxxxxxxxx>
>
> Prior than this patch, Makefile detects python ldflags using a hardcoded
> python command. It will cause problems if we are building against
> python3 in the future when ldflags for python2 and python3 are
> different. With this patch, python ldflags are detected by
> corresponding python{,3}-config which will detect the right config for
> python plugins.

Thanks, applied.

-- Steve