From patchwork Wed Dec 19 13:07:27 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: ortp: disable Werror Date: Wed, 19 Dec 2012 03:07:27 -0000 From: Gustavo Zacarias X-Patchwork-Id: 207342 Message-Id: <1355922447-20410-1-git-send-email-gustavo@zacarias.com.ar> To: buildroot@busybox.net Disable -Werror for the ortp build, fixes: http://autobuild.buildroot.net/results/b869fcfdfdb9d1ec4864b86c6953b0242200c502 Signed-off-by: Gustavo Zacarias --- package/ortp/ortp.mk | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/package/ortp/ortp.mk b/package/ortp/ortp.mk index 65a03bf..c4c900a 100644 --- a/package/ortp/ortp.mk +++ b/package/ortp/ortp.mk @@ -1,5 +1,6 @@ ORTP_VERSION = 0.20.0 ORTP_SITE = http://download.savannah.nongnu.org/releases/linphone/ortp/sources +ORTP_CONF_OPT = --disable-strict ORTP_INSTALL_STAGING = YES $(eval $(autotools-package))