Преглед изворни кода

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