200-davfs2-1.5.4-no-forced-stack-protector.patch (501B)
1 --- a/src/Makefile.am 2 +++ b/src/Makefile.am 3 @@ -32,8 +32,7 @@ mount_davfs_SOURCES = cache.c dav_coda.c 4 kernel_interface.h mount_davfs.h webdav.h 5 umount_davfs_SOURCES = umount_davfs.c defaults.h 6 7 -AM_CFLAGS = -Wall -Werror=format-security \ 8 - -fstack-protector-strong --param=ssp-buffer-size=4 9 +AM_CFLAGS = -Wall -Werror=format-security 10 DEFS = -DPROGRAM_NAME=\"mount.davfs\" \ 11 -DDAV_SYS_CONF_DIR=\"$(pkgsysconfdir)\" \ 12 -DDAV_LOCALSTATE_DIR=\"$(dav_localstatedir)\" \