From: Hauke Mehrtens Date: Sun, 22 Nov 2015 14:56:17 +0000 (+0000) Subject: usign: Revert r47582 "usign: activate format-security checks" X-Git-Tag: reboot~1461 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=cacf2bb33c9d09b6c1ea67c837976947440b6d93;p=openwrt%2F.git 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 SVN-Revision: 47587 --- 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