bcc: fix path in pkg-config file
This commit is contained in:
parent
89f39f58e5
commit
427ae9a1e1
1 changed files with 4 additions and 0 deletions
|
@ -52,6 +52,10 @@ python.pkgs.buildPythonApplication rec {
|
|||
|
||||
substituteAll ${./absolute-ausyscall.patch} ./absolute-ausyscall.patch
|
||||
patch -p1 < absolute-ausyscall.patch
|
||||
|
||||
# https://github.com/iovisor/bcc/issues/3996
|
||||
substituteInPlace src/cc/libbcc.pc.in \
|
||||
--replace '$'{exec_prefix}/@CMAKE_INSTALL_LIBDIR@ @CMAKE_INSTALL_FULL_LIBDIR@
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
|
|
Loading…
Reference in a new issue