summaryrefslogtreecommitdiff
path: root/package/glib
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-27 10:00:16 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-27 10:00:16 +0100
commit65c4293b87bdb8658aa7778206021f4391fa7f9b (patch)
treedac15bc1542bbb5553abdecd32ca293c7fec893f /package/glib
parentf327dedeb0144c84c1365f878ed008d998a0a258 (diff)
disable compiler warnings, triggers an error on Darwin with clang
Diffstat (limited to 'package/glib')
-rw-r--r--package/glib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/glib/Makefile b/package/glib/Makefile
index 730a44336..e1ce6bca4 100644
--- a/package/glib/Makefile
+++ b/package/glib/Makefile
@@ -43,7 +43,8 @@ CONFIGURE_ENV+= glib_cv_long_long_format=ll \
ac_cv_func_posix_getpwuid_r=yes \
ac_cv_func_posix_getgrgid_r=yes
-HOST_CONFIGURE_ARGS+= --disable-fam
+HOST_CONFIGURE_ARGS+= --disable-fam \
+ --disable-compile-warnings
glib-install:
${INSTALL_DIR} ${IDIR_GLIB}/usr/lib