bpftrace: enable man pages.

Closes #42514.
This commit is contained in:
Leah Neukirchen 2023-03-01 14:25:53 +01:00
parent 7ba4294808
commit 3a5441f795

View file

@ -1,7 +1,7 @@
# Template file for 'bpftrace'
pkgname=bpftrace
version=0.17.0
revision=1
revision=2
archs="x86_64* aarch64* ppc64*"
build_style=cmake
configure_args="-DUSE_SYSTEM_BPF_BCC=ON -DBUILD_TESTING=OFF" # needs root to run
@ -16,8 +16,3 @@ checksum=ccc853205b081fd7e4270016065ccc04764286644bf8e0eee9bd7f344cad63e5
nostrip=yes # needs to read own symbol table
CXXFLAGS="-isystem ${XBPS_CROSS_BASE}/usr/include/bcc/compat"
post_install() {
# clashes with bcc-tools
rm -rf ${DESTDIR}/usr/share/man
}