Browse Source

Update Makefile

Set format security back to default value
dibdot 10 years ago
parent
commit
f4753c657c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      net/etherwake/Makefile

+ 1
- 1
net/etherwake/Makefile View File

@@ -16,7 +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
+PKG_CHECK_FORMAT_SECURITY:=1
20 20
 
21 21
 include $(INCLUDE_DIR)/package.mk
22 22