aboutsummaryrefslogtreecommitdiffstats
path: root/community/davfs2/010-main_code_fix.patch
diff options
context:
space:
mode:
authorThomas Harning Jr <harningt@gmail.com>2016-04-07 18:48:30 -0400
committerChristian Kampka <christian@kampka.net>2016-04-16 14:35:53 +0200
commit3170d56546dd3d8bf10937f76bf14577d5a9368f (patch)
tree39f8fb12b4527781bef7bc467bbc5b40fd2e16b4 /community/davfs2/010-main_code_fix.patch
parentbdbabd296bf4d727bb90a938943e02c56364c1c3 (diff)
downloadaports-3170d56546dd3d8bf10937f76bf14577d5a9368f.tar.bz2
aports-3170d56546dd3d8bf10937f76bf14577d5a9368f.tar.xz
community/davfs2: updates to davfs2-1.5.3
- Updates data for using davfs2-1.5.3 released 2016/04/05 - enables fstackprotector, since it is available in Alpine Linux
Diffstat (limited to 'community/davfs2/010-main_code_fix.patch')
-rw-r--r--community/davfs2/010-main_code_fix.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/davfs2/010-main_code_fix.patch b/community/davfs2/010-main_code_fix.patch
index aa36fdfaa7..d91336d273 100644
--- a/community/davfs2/010-main_code_fix.patch
+++ b/community/davfs2/010-main_code_fix.patch
@@ -1,16 +1,3 @@
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -32,8 +32,8 @@ mount_davfs_SOURCES = cache.c dav_coda.c
- kernel_interface.h mount_davfs.h webdav.h
- umount_davfs_SOURCES = umount_davfs.c defaults.h
-
--AM_CFLAGS = -Wall -Werror=format-security \
-- -fstack-protector --param=ssp-buffer-size=4
-+AM_CFLAGS = -Wall -Werror=format-security
-+# -fstack-protector --param=ssp-buffer-size=4 -- removed ssp not supported in openwrt
- DEFS = -DPROGRAM_NAME=\"mount.davfs\" \
- -DDAV_SYS_CONF_DIR=\"$(pkgsysconfdir)\" \
- -DDAV_LOCALSTATE_DIR=\"$(dav_localstatedir)\" \
--- a/src/cache.c
+++ b/src/cache.c
@@ -58,7 +58,7 @@