mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-19 16:21:14 +00:00
build-sys: pass param to stack protector
This commit is contained in:
parent
d88c952c3a
commit
c1663b9daf
@ -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], [\
|
||||
|
||||
Loading…
Reference in New Issue
Block a user