Re: [PATCH bpf v3] tools/bpf: properly account for libbfd variations

2019-01-15 Thread Daniel Borkmann
On 01/15/2019 11:03 PM, Stanislav Fomichev wrote: > On some platforms, in order to link against libbfd, we need to > link against liberty and even possibly libz. Account for that > in the bpftool Makefile. We now have proper feature detection > for each case, so handle each one separately. > > See

Re: [PATCH bpf v3] tools/bpf: properly account for libbfd variations

2019-01-15 Thread Jakub Kicinski
On Tue, 15 Jan 2019 14:03:27 -0800, Stanislav Fomichev wrote: > On some platforms, in order to link against libbfd, we need to > link against liberty and even possibly libz. Account for that > in the bpftool Makefile. We now have proper feature detection > for each case, so handle each one separate

[PATCH bpf v3] tools/bpf: properly account for libbfd variations

2019-01-15 Thread Stanislav Fomichev
On some platforms, in order to link against libbfd, we need to link against liberty and even possibly libz. Account for that in the bpftool Makefile. We now have proper feature detection for each case, so handle each one separately. See recent commit 14541b1e7e72 ("perf build: Don't unconditionall