Browse Source

PKG_CHECK_FORMAT_SECURITY: disable it for the failing packages (for now)

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
Etienne CHAMPETIER 10 years ago
parent
commit
1f22b19d04
4 changed files with 4 additions and 0 deletions
  1. 1
    0
      net/freeradius2/Makefile
  2. 1
    0
      net/krb5/Makefile
  3. 1
    0
      utils/bash/Makefile
  4. 1
    0
      utils/rrdtool1/Makefile

+ 1
- 0
net/freeradius2/Makefile View File

@@ -26,6 +26,7 @@ PKG_CONFIG_DEPENDS := \
26 26
   FREERADIUS_OPENSSL \
27 27
   FREERADIUS_NOSSL
28 28
 
29
+PKG_CHECK_FORMAT_SECURITY:=0
29 30
 include $(INCLUDE_DIR)/package.mk
30 31
 
31 32
 define Package/freeradius2/config

+ 1
- 0
net/krb5/Makefile View File

@@ -12,6 +12,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
12 12
 
13 13
 PKG_BUILD_PARALLEL:=1
14 14
 PKG_INSTALL:=1
15
+PKG_CHECK_FORMAT_SECURITY:=0
15 16
 
16 17
 include $(INCLUDE_DIR)/package.mk
17 18
 

+ 1
- 0
utils/bash/Makefile View File

@@ -22,6 +22,7 @@ PKG_LICENSE:=GPL-3.0+
22 22
 PKG_LICENSE_FILES:=COPYING
23 23
 PKG_MAINTAINER:=Marcel Denia <naoir@gmx.net>
24 24
 
25
+PKG_CHECK_FORMAT_SECURITY:=0
25 26
 include $(INCLUDE_DIR)/package.mk
26 27
 
27 28
 define Package/bash

+ 1
- 0
utils/rrdtool1/Makefile View File

@@ -21,6 +21,7 @@ PKG_MD5SUM:=c466e2e7df95fa8e318e46437da87686
21 21
 PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
22 22
 
23 23
 PKG_FIXUP:=autoreconf
24
+PKG_CHECK_FORMAT_SECURITY:=0
24 25
 
25 26
 include $(INCLUDE_DIR)/package.mk
26 27