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) 2'>cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/less.scm
/th>
AgeCommit message (Expand)Author
2017-03-30gnu: Use HTTPS for almost all gnu.org HOME-PAGEs....All HTTP gnu.org (and supported subdomain) HOME-PAGEs changed to HTTPS. Tobias Geerinckx-Rice
2016-12-25gnu: Add roffit....* gnu/packages/groff.scm (roffit): New variable. Ricardo Wurmus
2015-02-05gnu: groff: Add "doc" output....* gnu/packages/groff.scm (groff): Add 'outputs' field. Ludovic Courtès
2014-12-16gnu: groff: Disable parallel builds....* gnu/packages/groff.scm (groff): Disable parallel builds. Mark H Weaver
2014-12-16gnu: groff: Update to 1.22.3....* gnu/packages/groff.scm (groff): Update to 1.22.3. Mark H Weaver