Libbpf library
Adding the -fPIC also for static objects, so it can be used in builds with shared libraries. There's old guide (draft) for Fedora (only one I could find): https://fedoraproject.org/wiki/User:Ajax/Static_Library_PICness_Guidelines saying: Packages that install static library archives (.a files) must do exactly one of: - build them as PIC objects - document why the static libraries are not built PIC AND receive explicit approval from FESCo. - build both PIC and non-PIC libraries, with a .pc file for each for dependent packages to use If we ever want/need nonpic archive, we will go with 3rd option above, for now just enabling fPIC in libbpf.a |
||
|---|---|---|
| .gitignore | ||
| libbpf.spec | ||
| README.md | ||
| sources | ||
libbpf
The libbpf package