diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2015-11-22 14:56:17 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2015-11-22 14:56:17 +0000 |
commit | b09f793f1655b5823a7efa2bb2f221cc8da47ccf (patch) | |
tree | 3098c07547364fe742d2e06d08206714229699d2 /package/system/usign/Makefile | |
parent | c1203125c08df0bd5982f40c1a7672a1b0213d36 (diff) | |
download | master-187ad058-b09f793f1655b5823a7efa2bb2f221cc8da47ccf.tar.gz master-187ad058-b09f793f1655b5823a7efa2bb2f221cc8da47ccf.tar.bz2 master-187ad058-b09f793f1655b5823a7efa2bb2f221cc8da47ccf.zip |
usign: Revert r47582 "usign: activate format-security checks"
I accidentally deactivated it. This should be set to active it in any case
independently what was set in the user config.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47587 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/usign/Makefile')
-rw-r--r-- | package/system/usign/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/system/usign/Makefile b/package/system/usign/Makefile index ce40e6861e..713bb9349f 100644 --- a/package/system/usign/Makefile +++ b/package/system/usign/Makefile @@ -10,6 +10,7 @@ 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 |