mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
bcc: disable libdebuginfod integration
See https://github.com/iovisor/bpftrace/pull/2413
This commit is contained in:
parent
407a062f44
commit
d5180de754
@ -40,6 +40,7 @@ python.pkgs.buildPythonApplication rec {
|
||||
"-DENABLE_USDT=ON"
|
||||
"-DENABLE_CPP_API=ON"
|
||||
"-DCMAKE_USE_LIBBPF_PACKAGE=ON"
|
||||
"-DENABLE_LIBDEBUGINFOD=OFF"
|
||||
];
|
||||
|
||||
# to replace this executable path:
|
||||
|
Loading…
Reference in New Issue
Block a user