[OpenWrt-Devel] [PATCH][telephony] Disable PKG_CHECK_FORMAT_SECURITY for miax, rtpproxy and sipp
Etienne CHAMPETIER
champetier.etienne at gmail.com
Sat Aug 9 04:27:28 EDT 2014
Signed-off-by: Etienne CHAMPETIER <champetier.etienne at gmail.com>
---
net/miax/Makefile | 1 +
net/rtpproxy/Makefile | 1 +
net/sipp/Makefile | 1 +
3 files changed, 3 insertions(+)
diff --git a/net/miax/Makefile b/net/miax/Makefile
index 34baded..d5b3ed1 100644
--- a/net/miax/Makefile
+++ b/net/miax/Makefile
@@ -14,6 +14,7 @@ PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/miax
PKG_MD5SUM:=44f0d2ef46ee2697d890b7b96846adc7
+PKG_CHECK_FORMAT_SECURITY:=0
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
diff --git a/net/rtpproxy/Makefile b/net/rtpproxy/Makefile
index 88fce3e..44dee4e 100644
--- a/net/rtpproxy/Makefile
+++ b/net/rtpproxy/Makefile
@@ -14,6 +14,7 @@ PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://b2bua.org/chrome/site/
PKG_MD5SUM:=b0b5d6cdce3f17cdbbac473c11a2d0e5
+PKG_CHECK_FORMAT_SECURITY:=0
PKG_INSTALL:=1
diff --git a/net/sipp/Makefile b/net/sipp/Makefile
index fdb6820..adc04ca 100644
--- a/net/sipp/Makefile
+++ b/net/sipp/Makefile
@@ -14,6 +14,7 @@ PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/sipp
PKG_MD5SUM:=904fffbc277bafce28762ebb041b9620
+PKG_CHECK_FORMAT_SECURITY:=0
include $(INCLUDE_DIR)/uclibc++.mk
include $(INCLUDE_DIR)/package.mk
--
1.9.3
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list