diff options
author | Andrii Nakryiko <andriin@fb.com> | 2019-12-16 19:38:29 +0100 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2019-12-16 23:55:29 +0100 |
commit | dbd8f6bae6f4a98aa517aeda6e5276ed4a20f571 (patch) | |
tree | 33bd45a17977965a56d4d4d5cda180a6b56f5c07 /fs/ubifs | |
parent | libbpf: Print hint about ulimit when getting permission denied error (diff) | |
download | linux-dbd8f6bae6f4a98aa517aeda6e5276ed4a20f571.tar.xz linux-dbd8f6bae6f4a98aa517aeda6e5276ed4a20f571.zip |
libbpf: Add zlib as a dependency in pkg-config template
List zlib as another dependency of libbpf in pkg-config template.
Verified it is correctly resolved to proper -lz flag:
$ make DESTDIR=/tmp/libbpf-install install
$ pkg-config --libs /tmp/libbpf-install/usr/local/lib64/pkgconfig/libbpf.pc
-L/usr/local/lib64 -lbpf
$ pkg-config --libs --static /tmp/libbpf-install/usr/local/lib64/pkgconfig/libbpf.pc
-L/usr/local/lib64 -lbpf -lelf -lz
Fixes: 166750bc1dd2 ("libbpf: Support libbpf-provided extern variables")
Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Yonghong Song <yhs@fb.com>
Cc: Luca Boccassi <bluca@debian.org>
Link: https://lore.kernel.org/bpf/20191216183830.3972964-1-andriin@fb.com
Diffstat (limited to 'fs/ubifs')
0 files changed, 0 insertions, 0 deletions