diff mbox

[OpenWrt-Devel,2/2] networks/utils/dante: Fix build fails with check format security

Message ID 1449911848-57811-3-git-send-email-openwrt@daniel.thecshore.com
State Changes Requested
Headers show

Commit Message

Daniel Dickinson Dec. 12, 2015, 9:17 a.m. UTC
From: Daniel Dickinson <openwrt@daniel.thecshore.com>

Yet another package for which check-format-security causes build failures

Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
---
 package/network/utils/dante/Makefile | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/package/network/utils/dante/Makefile b/package/network/utils/dante/Makefile
index f10dd86..9a53ec5 100644
--- a/package/network/utils/dante/Makefile
+++ b/package/network/utils/dante/Makefile
@@ -20,6 +20,7 @@  PKG_LICENSE:=BSD-4-Clause
 
 PKG_FIXUP:=autoreconf
 PKG_INSTALL:=1
+PKG_CHECK_FORMAT_SECURITY:=0
 
 include $(INCLUDE_DIR)/package.mk