projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f4faa9
)
build: temporarily disable PKG_CHECK_FORMAT_SECURITY until after the release
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 4 Jul 2014 06:23:57 +0000
(06:23 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 4 Jul 2014 06:23:57 +0000
(06:23 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41504
include/package.mk
patch
|
blob
|
history
diff --git
a/include/package.mk
b/include/package.mk
index 7d75f084440aa1ea03db62d825ac0a44166a0eb9..88ec3ef57f5f3aad2eb67700e7a1e72a00acb0f8 100644
(file)
--- a/
include/package.mk
+++ b/
include/package.mk
@@
-14,7
+14,7
@@
PKG_INSTALL_DIR ?= $(PKG_BUILD_DIR)/ipkg-install
PKG_MD5SUM ?= unknown
PKG_BUILD_PARALLEL ?=
PKG_USE_MIPS16 ?= 1
-PKG_CHECK_FORMAT_SECURITY ?=
1
+PKG_CHECK_FORMAT_SECURITY ?=
0
ifneq ($(CONFIG_PKG_BUILD_USE_JOBSERVER),)
MAKE_J:=$(if $(MAKE_JOBSERVER),$(MAKE_JOBSERVER) -j)