diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-06-30 08:19:48 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-06-30 08:19:48 +0000 |
commit | e59dd23a465f4c83c933efc669be2d86f6380410 (patch) | |
tree | e44752ac64333acc3c79885334dd48cd01852015 /package/system/fstools | |
parent | 9a5c8de7b93dc62d97af994148fb6e22115e27e5 (diff) | |
download | upstream-e59dd23a465f4c83c933efc669be2d86f6380410.tar.gz upstream-e59dd23a465f4c83c933efc669be2d86f6380410.tar.bz2 upstream-e59dd23a465f4c83c933efc669be2d86f6380410.zip |
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 <etienne.champetier@free.fr>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41411 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/fstools')
-rw-r--r-- | package/system/fstools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/system/fstools/Makefile b/package/system/fstools/Makefile index cd9a19432f..18098dd23a 100644 --- a/package/system/fstools/Makefile +++ b/package/system/fstools/Makefile @@ -18,6 +18,7 @@ PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=e0430f5c62f367e5a8e02755412977b02c3fc45e PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 +PKG_CHECK_FORMAT_SECURITY:=0 PKG_LICENSE:=GPLv2 PKG_LICENSE_FILES:= |