Firefox
Jan Palus
jan.palus at student.put.poznan.pl
Tue Oct 18 16:47:05 CEST 2005
I played with mozilla-firefox.spec today and managed to get more or
less working firefox. I disabled freetype2 and enabled xft because
firefox starts then and after all offical realeses seem to be built
this way. The issues with faq.fedora.pl (see pld-users) and search
engines crashing firefox were fixed by removing --enable-native-uconv.
I have no idea why it breaks stuff, I just wanted to get rid of these
problems. I'm not sure about the memory corruption issue (strange
characters) - I haven't seen any wrongly rendered page so far.
Could someone provide any URL that is 100% testcase, so I could
check it.
You can download those builds at:
http://polaris.put.poznan.pl/~jan.palus/mozilla-firefox-1.0.7-2.1.i686.rpm
http://polaris.put.poznan.pl/~jan.palus/mozilla-firefox-lang-en-1.0.7-2.1.i686.rpm
Diff for spec attached.
--
atler
-------------- next part --------------
Index: mozilla-firefox.spec
===================================================================
RCS file: /cvsroot/SPECS/mozilla-firefox.spec,v
retrieving revision 1.109
diff -u -r1.109 mozilla-firefox.spec
--- mozilla-firefox.spec 15 Oct 2005 16:19:55 -0000 1.109
+++ mozilla-firefox.spec 18 Oct 2005 14:27:51 -0000
@@ -195,13 +195,12 @@
ac_add_options --disable-ldap
ac_add_options --disable-mailnews
ac_add_options --disable-profilesharing
-ac_add_options --disable-xft
+ac_add_options --enable-xft
ac_add_options --disable-xprint
ac_add_options --enable-crypto
ac_add_options --enable-default-toolkit=gtk2
-ac_add_options --enable-freetype2
+ac_add_options --disable-freetype2
ac_add_options --enable-mathml
-ac_add_options --enable-native-uconv
ac_add_options --enable-reorder
ac_add_options --enable-single-profile
ac_add_options --enable-strip
More information about the pld-devel-en
mailing list