On Fri, 10 May 2019 15:56:07 -0400 Steven Rostedt <rostedt@xxxxxxxxxxx> wrote: > From: Tzvetomir Stoyanov <tstoyanov@xxxxxxxxxx> > > 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 <tstoyanov@xxxxxxxxxx> > Cc: Jiri Olsa <jolsa@xxxxxxxxxx> > Link: http://lkml.kernel.org/r/20190418211556.5a12adc3@xxxxxxxxxxxxxxxx > Link: http://lkml.kernel.org/r/20190329144546.5819-1-tstoyanov@xxxxxxxxxx > Signed-off-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx> > Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> 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(-)