diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-27 10:00:16 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-27 10:00:16 +0100 |
commit | 65c4293b87bdb8658aa7778206021f4391fa7f9b (patch) | |
tree | dac15bc1542bbb5553abdecd32ca293c7fec893f /package | |
parent | f327dedeb0144c84c1365f878ed008d998a0a258 (diff) |
disable compiler warnings, triggers an error on Darwin with clang
Diffstat (limited to 'package')
-rw-r--r-- | package/glib/Makefile | 3 |
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 |