diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-08-08 12:26:53 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-08-08 12:27:10 +0200 |
commit | c1663b9daf5a43425e54bbe3daf6b10e64578f80 (patch) | |
tree | 7570b930487a32524ffb224f5ee02d52d7b2bae4 | |
parent | d88c952c3a651c35e3008b6c49a7c31c1327b3a9 (diff) |
build-sys: pass param to stack protector
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
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], [\ |