From c1663b9daf5a43425e54bbe3daf6b10e64578f80 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 8 Aug 2012 12:26:53 +0200 Subject: [PATCH] build-sys: pass param to stack protector --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 783a2be01a..679214ad33 100644 --- a/configure.ac +++ b/configure.ac @@ -123,7 +123,8 @@ CC_CHECK_FLAGS_APPEND([with_cflags], [CFLAGS], [\ -fvisibility=hidden \ -ffunction-sections \ -fdata-sections \ - -fstack-protector]) + -fstack-protector \ + --param=ssp-buffer-size=4]) AC_SUBST([OUR_CFLAGS], $with_cflags) CC_CHECK_FLAGS_APPEND([with_cppflags], [CPPFLAGS], [\