summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2006-07-24 20:15:05 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2006-07-24 20:15:05 +0000
commitb00f4945e6ad595a7cd9f2505be5d3d3e6185454 (patch)
treedb8f5963ebda34f3e6517ec3d7196a21dacec266 /firefox.spec
parent- Ugh: (diff)
downloadlibrewolf-fedora-ff-b00f4945e6ad595a7cd9f2505be5d3d3e6185454.tar.gz
librewolf-fedora-ff-b00f4945e6ad595a7cd9f2505be5d3d3e6185454.tar.bz2
librewolf-fedora-ff-b00f4945e6ad595a7cd9f2505be5d3d3e6185454.zip
disable visibility for i386 too since it appears to go BOOM on linking. =(
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec5
1 files changed, 3 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index f015dde..0656280 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -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
bgstack15