diff --git a/CMakeLists.txt b/CMakeLists.txt index e89a6a9..a594786 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -126,10 +126,6 @@ find_package(LibBpf) find_package(LibBfd) find_package(LibOpcodes) -if(${LIBBFD_FOUND} AND ${LIBOPCODES_FOUND}) - set(HAVE_BFD_DISASM TRUE) -endif() - include(CheckIncludeFile) check_include_file("sys/sdt.h" HAVE_SYSTEMTAP_SYS_SDT_H) szko.org/cgit-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patool.scm
AgeCommit message (Expand)Author
2024-02-09gnu: patool: Update to 2.1.1....* gnu/packages/patool.scm (patool): Update to 2.1.1. Change-Id: I86a5e93b10e377a6705c3b7f4a822d8d54f66483 Sharlatan Hellseher
2024-02-09gnu: patool: Fix build....* gnu/packages/patool.scm (patool): Fix build. [build-system]: Swap to pyproject-build-system. [arguments] <#:test-flags>: Disable failing tests. Change-Id: I53ccec4b39bfae6649bfd715fdb2158b2f7a33e1 Sharlatan Hellseher