projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd436d4
)
ortp: disable Werror
author
Gustavo Zacarias
<gustavo@zacarias.com.ar>
Wed, 19 Dec 2012 03:07:27 +0000
(
03:07
+0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 19 Dec 2012 13:45:34 +0000
(14:45 +0100)
Disable -Werror for the ortp build, fixes:
http://autobuild.buildroot.net/results/
b869fcfdfdb9d1ec4864b86c6953b0242200c502
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/ortp/ortp.mk
patch
|
blob
|
history
diff --git
a/package/ortp/ortp.mk
b/package/ortp/ortp.mk
index 65a03bf3f87e90abf691324b6e8ef375f457ad5d..c4c900a314b83d28d7f72dd2c248967958f22cbd 100644
(file)
--- 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))