]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4272] Reverted only for Linux
authorFrancis Dupont <fdupont@isc.org>
Thu, 6 Aug 2026 12:40:07 +0000 (14:40 +0200)
committerFrancis Dupont <fdupont@isc.org>
Sat, 8 Aug 2026 07:37:34 +0000 (09:37 +0200)
src/fuzz/meson.build

index 0c483f1598720a11590a34d3a0a9c0ef3807104f..5fbf2e36e9a22df580edf576a10d82cb4bdc06f4 100644 (file)
@@ -1,4 +1,4 @@
-if not FUZZ_OPT.enabled() or not KRB5_DEP.found() or SYSTEM != 'linux'
+if not FUZZ_OPT.enabled() or not KRB5_DEP.found()
     subdir_done()
 endif