Browse Source

etherwake: disable PKG_CHECK_FORMAT_SECURITY for now

Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
Etienne CHAMPETIER 10 years ago
parent
commit
5c6c766c4c
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      net/etherwake/Makefile

+ 1
- 0
net/etherwake/Makefile View File

@@ -16,6 +16,7 @@ PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/e/etherwake
16 16
 PKG_MD5SUM:=628e8b2a28d47f262e4c26c989402a59
17 17
 
18 18
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION).orig
19
+PKG_CHECK_FORMAT_SECURITY:=0
19 20
 
20 21
 include $(INCLUDE_DIR)/package.mk
21 22