From 38e2fcff282f37e58f21cf8ea88451b46fcc16b8 Mon Sep 17 00:00:00 2001 From: ulfvonbelow Date: Sat, 28 Jan 2023 15:05:17 -0600 Subject: [PATCH] -Fix -Wstacl-protector typo. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7ba1d27a7..862443ebc 100644 --- a/configure.ac +++ b/configure.ac @@ -489,7 +489,7 @@ AC_ARG_ENABLE([gcc-hardening], [AS_HELP_STRING([--enable-gcc-hardening], [enable compiler security checks])], [AS_IF([test "x$enableval" = "xyes"], [CFLAGS="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-all" - CFLAGS="$CFLAGS -fwrapv -fPIE -Wstacl-protector" + CFLAGS="$CFLAGS -fwrapv -fPIE -Wstack-protector" CFLAGS="$CFLAGS --param ssp-buffer-size=1" LDFLAGS="$LDFLAGS -pie"])]) -- 2.38.1