From 56ed4e73e0f12fe3b9b6b5fea40c851e211b2be2 Mon Sep 17 00:00:00 2001 From: Gabor SZOLLOSI Date: Sun, 11 Oct 2015 21:13:08 +0200 Subject: [PATCH] open2300: format security off --- utils/open2300/Makefile | 1 + 1 file changed, 1 insertion(+) 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