repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
tools
/
lib
/
bpf
/
libbpf.pc.template
blob
b45ed534bdfb58779eec4c3abfd8c5e188ae87f0
1
# SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)
2
3
prefix=@PREFIX@
4
libdir=@LIBDIR@
5
includedir=${prefix}/include
6
7
Name: libbpf
8
Description: BPF library
9
Version: @VERSION@
10
Libs: -L${libdir} -lbpf
11
Requires.private: libelf zlib
12
Cflags: -I${includedir}