]> git.ipfire.org Git - thirdparty/strongswan.git/blobdiff - configure.ac
eap-radius: Add RADIUS Accounting session ID to Access-Request messages
[thirdparty/strongswan.git] / configure.ac
index e81c4c7f8f78228cf2fdf8af678000eefcda229c..81aa4e5ab99de3e9c8dc6f1e5d59a4088cb73f86 100644 (file)
@@ -19,7 +19,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.7.0rc1])
+AC_INIT([strongSwan],[5.7.2dr4])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
@@ -1292,6 +1292,9 @@ if test x$fuzzing = xtrue; then
        else
                # required for libFuzzer
                FUZZING_LDFLAGS="-stdlib=libc++ -lstdc++"
+               if test "$SANITIZER" = "coverage"; then
+                       FUZZING_LDFLAGS="$FUZZING_LDFLAGS -lm"
+               fi
                AC_SUBST(FUZZING_LDFLAGS)
        fi
 fi