mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
configure.ac : Disable stack protector on FreeBSD.
This commit is contained in:
@@ -374,8 +374,8 @@ XIPH_ADD_CFLAGS([-Wextra])
|
||||
XIPH_ADD_CFLAGS([-D_FORTIFY_SOURCE=2])
|
||||
|
||||
case "$host_os" in
|
||||
mingw32msvc | mingw32)
|
||||
# Disable for MinGW. Had reports of it not working.
|
||||
mingw32msvc | mingw32 | freebsd* )
|
||||
# Stack protector not working on these platforms 2013/03/09.
|
||||
;;
|
||||
*)
|
||||
XIPH_ADD_CFLAGS([-fstack-protector --param ssp-buffer-size=4])
|
||||
|
||||
Reference in New Issue
Block a user