summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2024-05-21 10:37:02 -0700
committerPatrick McLean <chutzpah@gentoo.org>2024-05-21 10:37:18 -0700
commita72992732b8c4aaf63a978bcf213f1018b8a2022 (patch)
tree8df40b89ffe51c01f349f8f2de3078bcf44cc2b8 /dev-debug
parentapp-misc/liquidctl: add 1.13.0 (diff)
downloadgentoo-a72992732b8c4aaf63a978bcf213f1018b8a2022.tar.gz
gentoo-a72992732b8c4aaf63a978bcf213f1018b8a2022.tar.bz2
gentoo-a72992732b8c4aaf63a978bcf213f1018b8a2022.zip
dev-debug/bpftrace: Actually remove the fuzzing flag
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-debug')
-rw-r--r--dev-debug/bpftrace/bpftrace-0.20.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-debug/bpftrace/bpftrace-0.20.4.ebuild b/dev-debug/bpftrace/bpftrace-0.20.4.ebuild
index ed0d131ef89f..eb964ba376cc 100644
--- a/dev-debug/bpftrace/bpftrace-0.20.4.ebuild
+++ b/dev-debug/bpftrace/bpftrace-0.20.4.ebuild
@@ -84,7 +84,7 @@ src_configure() {
-DSTATIC_LINKING:BOOL=OFF
# bug 809362, 754648
-DBUILD_TESTING:BOOL=$(usex test)
- -DBUILD_FUZZ:BOOL=$(usex fuzzing)
+ -DBUILD_FUZZ:BOOL=OFF
-DENABLE_MAN:BOOL=OFF
)