summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2013-11-20 17:12:33 +0100
committerAndoni Morales Alastruey <ylatuya@gmail.com>2013-11-20 17:12:33 +0100
commit48aafde1636973dab3058597bd6057c3e5cdb968 (patch)
tree4b56427a674c16ef108e1b5644209ca56d6ba721
parent28acbd5abd8656bf3fb517622fe0f07c0c94e664 (diff)
glib: fix build with clang
-rw-r--r--recipes/glib.recipe1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/glib.recipe b/recipes/glib.recipe
index 64f6be9..8d5cf5c 100644
--- a/recipes/glib.recipe
+++ b/recipes/glib.recipe
@@ -90,6 +90,7 @@ class Recipe(recipe.Recipe):
return flags
def prepare(self):
+ self.configure_options += ' --disable-compile-warnings'
if self.config.target_platform != Platform.WINDOWS:
self.configure_options += ' --enable-static'
if self.config.target_platform != Platform.LINUX: