~ruther/guix-local

ref: fce707186af8be1dccd46fdf609649e5dc2b9d23 guix-local/gnu/packages/patches/bpftrace-disable-bfd-disasm.patch -rw-r--r-- 381 bytes
fce70718 — Efraim Flashner gnu: mozjs: Fix build on riscv64-linux. 1 year, 10 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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)