diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2015-11-22 14:15:34 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2015-11-22 14:15:34 +0000 |
commit | 312bf97cf1abcf030fcc7a01af54593d61f309dc (patch) | |
tree | 49b177cedafabf767b9cdc4d926cc2bf37f159bb | |
parent | dfd358be63ba30c401185d53f59d70fc0da0db58 (diff) | |
download | upstream-312bf97cf1abcf030fcc7a01af54593d61f309dc.tar.gz upstream-312bf97cf1abcf030fcc7a01af54593d61f309dc.tar.bz2 upstream-312bf97cf1abcf030fcc7a01af54593d61f309dc.zip |
usign: activate format-security checks
This still compiles with format-security checks activated.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 47582
-rw-r--r-- | package/system/usign/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/system/usign/Makefile b/package/system/usign/Makefile index 713bb9349f..ce40e6861e 100644 --- a/package/system/usign/Makefile +++ b/package/system/usign/Makefile @@ -10,7 +10,6 @@ PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 -PKG_CHECK_FORMAT_SECURITY:=1 PKG_USE_MIPS16:=0 PKG_LICENSE:=ISC |