From e59dd23a465f4c83c933efc669be2d86f6380410 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 30 Jun 2014 08:19:48 +0000 Subject: build: disable the PKG_CHECK_FORMAT_SECURITY check for the failing packages The idea is to gradually fix the packages Signed-off-by: Etienne CHAMPETIER git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41411 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/libs/gettext-full/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'package/libs/gettext-full') diff --git a/package/libs/gettext-full/Makefile b/package/libs/gettext-full/Makefile index ca521b4c52..52a5d6273f 100644 --- a/package/libs/gettext-full/Makefile +++ b/package/libs/gettext-full/Makefile @@ -23,6 +23,7 @@ PKG_FIXUP:=autoreconf PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=0 PKG_BUILD_DEPENDS:=gettext-full/host +PKG_CHECK_FORMAT_SECURITY:=0 include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/host-build.mk -- cgit v1.2.3