1--- source.org/src/python/bcc/libbcc.py 2018-05-13 08:35:06.850522883 +0100
2+++ source/src/python/bcc/libbcc.py 2018-05-13 08:36:24.602733151 +0100
3@@ -14,7 +14,7 @@
4
5 import ctypes as ct
6
7-lib = ct.CDLL("libbcc.so.0", use_errno=True)
8+lib = ct.CDLL("@out@/lib/libbcc.so.0", use_errno=True)
9
10 # keep in sync with bpf_common.h
11 lib.bpf_module_create_b.restype = ct.c_void_p