mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/bpftrace: remove configure option USE_SYSTEM_BPF_BCC
Buildroot commit305c40613cin 2025.08-rc1 bumped the package to 0.23.3 but forgot to remove the configure option USE_SYSTEM_BPF_BCC which was removed upstream in version 0.20.0:ef6d9d42d3Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
17c9deb115
commit
d2bd5b0a51
@@ -29,7 +29,6 @@ BPFTRACE_CONF_OPTS += \
|
||||
-DBUILD_SHARED_LIBS:BOOL=OFF \
|
||||
-DBUILD_TESTING:BOOL=OFF \
|
||||
-DENABLE_MAN:BOOL=OFF \
|
||||
-DINSTALL_TOOL_DOCS:BOOL=OFF \
|
||||
-DUSE_SYSTEM_BPF_BCC:BOOL=ON
|
||||
-DINSTALL_TOOL_DOCS:BOOL=OFF
|
||||
|
||||
$(eval $(cmake-package))
|
||||
|
||||
Reference in New Issue
Block a user