Browse Source

disable compiler warnings, triggers an error on Darwin with clang

Waldemar Brodkorb 10 năm trước cách đây
mục cha
commit
65c4293b87
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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