diff options
author | Michal Hrusecky <michal.hrusecky@nic.cz> | 2016-06-28 16:08:21 +0200 |
---|---|---|
committer | Etienne CHAMPETIER <champetier.etienne@gmail.com> | 2016-07-02 13:12:42 +0000 |
commit | 06d4dfe415caa685656e6cdc30596440ee93ea89 (patch) | |
tree | 3fd6de500b5a9be64b97bed34e19ee5bcc2e2912 /net/davfs2/Makefile | |
parent | c6aa2450596edcb7436bccd68bfa49570a0d7c10 (diff) |
davfs2: No forced stack protector
davfs2 had hardcoded value for stack protector. If stack protector is disabled
in toolchain, it would break the build. Disabling the hardcoded value, counting
on settings in cross-build system.
Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz>
[bump PKG_RELEASE]
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
Diffstat (limited to 'net/davfs2/Makefile')
-rw-r--r-- | net/davfs2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/davfs2/Makefile b/net/davfs2/Makefile index b4eb0eb79..4e1f09277 100644 --- a/net/davfs2/Makefile +++ b/net/davfs2/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=davfs2 PKG_VERSION:=1.5.4 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/davfs2/ |