]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
be more forgiving about fuzzer flags
authorAlan T. DeKok <aland@freeradius.org>
Sun, 17 Jan 2021 14:50:18 +0000 (09:50 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 17 Jan 2021 14:50:18 +0000 (09:50 -0500)
src/bin/all.mk

index 7b66d76eac5e63c5794ca8be161a9fb1698a45f7..fc52b211120639621f765273ba36af3ddf8c15ca 100644 (file)
@@ -26,7 +26,7 @@ FUZZER_PROTOCOLS = radius dhcpv4 dhcpv6 tacacs vmps
 #
 #  Add the fuzzer only if everything was built with the fuzzing flags.
 #
-ifneq "$(findstring -fsanitize=fuzzer,${CFLAGS})" ""
+ifneq "$(findstring fuzzer,${CFLAGS})" ""
 
 #
 #  Define a function to do all of the same thing.