diff options
author | Gabor SZOLLOSI <github@szogi.hu> | 2015-10-11 21:13:08 +0200 |
---|---|---|
committer | Gabor SZOLLOSI <github@szogi.hu> | 2015-10-11 21:13:08 +0200 |
commit | 56ed4e73e0f12fe3b9b6b5fea40c851e211b2be2 (patch) | |
tree | 171ef0ac0ae196a677631e193495f32e1f9c7fcc /utils/open2300 | |
parent | c848b125f5fafe757fd9894dc17e51ce020c3a97 (diff) |
open2300: format security off
Diffstat (limited to 'utils/open2300')
-rw-r--r-- | utils/open2300/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/open2300/Makefile b/utils/open2300/Makefile index 949d08d06..4f6d71b84 100644 --- a/utils/open2300/Makefile +++ b/utils/open2300/Makefile @@ -18,6 +18,7 @@ PKG_SOURCE_URL:=http://www.lavrsen.dk/svn/open2300/trunk PKG_SOURCE_VERSION:=r12 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) +PKG_CHECK_FORMAT_SECURITY:=0 PKG_MAINTAINER:=Gabor SZOLLOSI <dev@localnet.hu> |