On Fri, 10 May 2019 15:56:07 -0400 Steven Rostedt <[email protected]> wrote:
> From: Tzvetomir Stoyanov <[email protected]> > > Install directories of header and library files are hard coded in > pkg-config template file. > > They must be configurable, the Makefile should set them on the > compilation / install stage. > > Signed-off-by: Tzvetomir Stoyanov <[email protected]> > Cc: Jiri Olsa <[email protected]> > Link: http://lkml.kernel.org/r/[email protected] > Link: http://lkml.kernel.org/r/[email protected] > Signed-off-by: Steven Rostedt (VMware) <[email protected]> > Signed-off-by: Arnaldo Carvalho de Melo <[email protected]> Bah! I based my patch series off of the wrong commit, and ended up including this one in this series. Arnaldo, I believe you already applied patch 1 (otherwise I would not have your SOB on it), please ignore. But patch 2 on are new to be applied. Thanks! -- Steve > --- > tools/lib/traceevent/Makefile | 13 +++++++++---- > tools/lib/traceevent/libtraceevent.pc.template | 4 ++-- > 2 files changed, 11 insertions(+), 6 deletions(-)

