disable visibility for i386 too since it appears to go BOOM on linking. =(

This commit is contained in:
Christopher Aillon 2006-07-24 20:15:05 +00:00
parent 017df568a4
commit b00f4945e6
1 changed files with 3 additions and 2 deletions

View File

@ -117,9 +117,10 @@ removed in favor of xulrunner-devel.
# Pragma visibility is broken on most platforms for some reason.
# It works on i386 so leave it alone there. Disable elsewhere.
# See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20297
%ifnarch i386
# UPDATE: 2006-07-24: i386 is also broken now.
#%ifnarch i386
%patch5 -p0
%endif
#%endif
%patch20 -p0
%patch21 -p1