From 258bb8e1610e13d2d5dfaeb39fe8291fcabb3558 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Fri, 7 Jun 2013 05:04:30 +0000 Subject: linphone: Disable building with -Werror Pass --disable-strict to avoid having -Werror in CFLAGS. Having -Werror in CFLAGS can lead to build problems depending on the gcc version that is being used and it should not be used in released code. Signed-off-by: Markos Chandras Signed-off-by: Peter Korsgaard --- package/linphone/linphone.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package/linphone') diff --git a/package/linphone/linphone.mk b/package/linphone/linphone.mk index bbab1e55a..2ff678b8e 100644 --- a/package/linphone/linphone.mk +++ b/package/linphone/linphone.mk @@ -8,7 +8,8 @@ LINPHONE_VERSION = 3.5.2 LINPHONE_SITE = http://download-mirror.savannah.gnu.org/releases/linphone/3.5.x/sources/ LINPHONE_CONF_OPT = \ --enable-external-ortp \ - --enable-external-mediastreamer + --enable-external-mediastreamer \ + --disable-strict LINPHONE_DEPENDENCIES = host-pkgconf ortp mediastreamer libeXosip2 speex -- cgit v1.2.3