| Submitter | Gustavo Zacarias |
|---|---|
| Date | Dec. 19, 2012, 1:07 p.m. |
| Message ID | <1355922447-20410-1-git-send-email-gustavo@zacarias.com.ar> |
| Download | mbox | patch |
| Permalink | /patch/207342/ |
| State | Accepted |
| Commit | 356c2d7d843f7faa78c9ace79f17b0d947c9435b |
| Headers | show |
Comments
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Disable -Werror for the ortp build, fixes:
Gustavo> http://autobuild.buildroot.net/results/b869fcfdfdb9d1ec4864b86c6953b0242200c502
Committed, thanks.
Patch
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))
Disable -Werror for the ortp build, fixes: http://autobuild.buildroot.net/results/b869fcfdfdb9d1ec4864b86c6953b0242200c502 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> --- package/ortp/ortp.mk | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)