Hi,
According to the discussion of doo #11936, I remove the build option
__STDC_ISO_10646__ from glib2.spec. Please review.
Thanks,
Harry Fu
===================================================================
--- glib2.spec (revision 19689)
+++ glib2.spec (working copy)
@@ -103,7 +103,7 @@
autoheader
automake -a -c -f
autoconf
-export CFLAGS="%optflags -D__STDC_ISO_10646__"
+export CFLAGS="%optflags"
export LDFLAGS="%_ldflags"
./configure --prefix=%{_prefix} \
--mandir=%{_mandir} \
@@ -154,6 +154,8 @@
%{_mandir}/man3/*
%changelog
+* Thu Oct 22 2009 - harry.fu at sun.com
+- Remove build option -D__STDC_ISO_10646__ due to doo # 11936.
* Wed Oct 14 2009 - dave.lin at sun.com
- Bump to 2.22.2
* Wed Sep 23 2009 - dave.lin at sun.com