patch-src_Makefile_am 593 B

123456789101112
  1. --- davfs2-1.5.2.orig/src/Makefile.am 2014-04-22 21:19:02.000000000 +0200
  2. +++ davfs2-1.5.2/src/Makefile.am 2015-10-20 07:52:29.000000000 +0200
  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. -AM_CFLAGS = -Wall -Werror=format-security \
  7. - -fstack-protector --param=ssp-buffer-size=4
  8. +AM_CFLAGS = -Wall -Werror=format-security
  9. DEFS = -DPROGRAM_NAME=\"mount.davfs\" \
  10. -DDAV_SYS_CONF_DIR=\"$(pkgsysconfdir)\" \
  11. -DDAV_LOCALSTATE_DIR=\"$(dav_localstatedir)\" \