diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-29 09:06:27 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-29 09:06:27 +0100 |
commit | 40fcb885d64153d3196f8a6ad8ca9a679b4a61b5 (patch) | |
tree | c65da15b51c5fcf5dd5e5f2c038fa57455b03a21 /package/glib/Makefile | |
parent | ede0b881160024db41b69198207a3e9905eea6c9 (diff) | |
parent | 50dc4372e21202d2e285bd295ec18c759b66c4d9 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/glib/Makefile')
-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 |