bcc: fix path in pkg-config file

This commit is contained in:
Alexander Shpilkin 2022-05-16 10:51:53 +03:00 committed by Artturin
parent 89f39f58e5
commit 427ae9a1e1

View file

@ -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 = ''