mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 08:14:15 +08:00
53dbabfe50
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@vmware.com> Cc: Jiri Olsa <jolsa@redhat.com> Link: http://lkml.kernel.org/r/20190418211556.5a12adc3@oasis.local.home Link: http://lkml.kernel.org/r/20190329144546.5819-1-tstoyanov@vmware.com Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
11 lines
274 B
Plaintext
11 lines
274 B
Plaintext
prefix=INSTALL_PREFIX
|
|
libdir=LIB_DIR
|
|
includedir=HEADER_DIR
|
|
|
|
Name: libtraceevent
|
|
URL: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
|
|
Description: Linux kernel trace event library
|
|
Version: LIB_VERSION
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -ltraceevent
|