diff options
author | Etienne CHAMPETIER <etienne.champetier@free.fr> | 2014-06-23 22:51:40 +0200 |
---|---|---|
committer | Etienne CHAMPETIER <etienne.champetier@free.fr> | 2014-06-24 23:01:14 +0200 |
commit | e598af5f998a2ea14ef4051bba50596e343355f7 (patch) | |
tree | b48b7944ea39332ae330bdfbfba21f58a6b404a6 /utils/zip | |
parent | 11bf9384ed3dd1aaca880d7a9dbfb0805aff0748 (diff) |
PKG_CHECK_FORMAT_SECURITY: disable it for the failing packages (for now)
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
Diffstat (limited to 'utils/zip')
-rw-r--r-- | utils/zip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/zip/Makefile b/utils/zip/Makefile index 540285a9b..dcbc7037c 100644 --- a/utils/zip/Makefile +++ b/utils/zip/Makefile @@ -21,6 +21,7 @@ PKG_LICENSE:=BSD-4-Clause PKG_LICENSE_FILES:=LICENSE PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/zip$(PKG_REV) +PKG_CHECK_FORMAT_SECURITY:=0 include $(INCLUDE_DIR)/package.mk |