瀏覽代碼

disable compiler warnings, triggers an error on Darwin with clang

Waldemar Brodkorb 10 年之前
父節點
當前提交
65c4293b87
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      package/glib/Makefile

+ 2 - 1
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