Re: [PATCH bpf-next] tools/bpf: generate pkg-config file for libbpf

2019-03-19 Thread Stanislav Fomichev
On 03/19, Luca Boccassi wrote: > On Tue, 2019-03-19 at 14:23 -0700, Stanislav Fomichev wrote: > > On 03/19, Luca Boccassi wrote: > > > Generate a libbpf.pc file at build time so that users can rely > > > on pkg-config to find the library, its CFLAGS and LDFLAGS. > > > > > > Signed-off-by: Luca Boc

Re: [PATCH bpf-next] tools/bpf: generate pkg-config file for libbpf

2019-03-19 Thread Luca Boccassi
On Tue, 2019-03-19 at 14:23 -0700, Stanislav Fomichev wrote: > On 03/19, Luca Boccassi wrote: > > Generate a libbpf.pc file at build time so that users can rely > > on pkg-config to find the library, its CFLAGS and LDFLAGS. > > > > Signed-off-by: Luca Boccassi > > --- > >  tools/lib/bpf/.gitignor

Re: [PATCH bpf-next] tools/bpf: generate pkg-config file for libbpf

2019-03-19 Thread Stanislav Fomichev
On 03/19, Luca Boccassi wrote: > Generate a libbpf.pc file at build time so that users can rely > on pkg-config to find the library, its CFLAGS and LDFLAGS. > > Signed-off-by: Luca Boccassi > --- > tools/lib/bpf/.gitignore | 1 + > tools/lib/bpf/Makefile | 18 +++--

[PATCH bpf-next] tools/bpf: generate pkg-config file for libbpf

2019-03-19 Thread Luca Boccassi
Generate a libbpf.pc file at build time so that users can rely on pkg-config to find the library, its CFLAGS and LDFLAGS. Signed-off-by: Luca Boccassi --- tools/lib/bpf/.gitignore | 1 + tools/lib/bpf/Makefile | 18 +++--- tools/lib/bpf/libbpf.pc.template | 11