From: Thomas Petazzoni Date: Thu, 21 Nov 2013 22:18:25 +0000 (+0100) Subject: ola: disable -Werror X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=768f261be03c29829b653467bc3c1587b0e751dc;p=buildroot.git ola: disable -Werror By default, the ola build uses -Werror, so let's pass --disable-fatal-warnings to remove this and avoid build failures caused by warnings. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/package/ola/ola.mk b/package/ola/ola.mk index 835ca4e504..bc7de24422 100644 --- a/package/ola/ola.mk +++ b/package/ola/ola.mk @@ -19,7 +19,8 @@ OLA_CONF_OPT = \ --disable-tcmalloc \ --disable-unittests \ --disable-root-check \ - --disable-java-libs + --disable-java-libs \ + --disable-fatal-warnings # sets where to find python libs built for target and required by ola OLA_CONF_ENV = PYTHONPATH=$(TARGET_DIR)/usr/lib/python$(PYTHON_VERSION_MAJOR)/site-packages