Re: What's up with Solaris builds
Greg Earle <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.unix |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <210920041604548071%[email protected]> |
In article <[email protected]>, Reinout van Schouwen <[email protected]> wrote: > Hi, > > I've been patiently waiting for contrib gtk2-builds of 1.8a3 for > Solaris/sparc. But they aren't appearing unlike previous releases. > Hopefully this is nothing but a temporary problem? Is somebody having a > holiday? :-) Why not try building it yourself, Reinout? As a start, here is my .mozconfig for my Solaris Mozilla builds: ac_add_options --disable-tests ac_add_options --disable-debug ac_add_options --with-xprint ac_add_options --enable-ldap ac_add_options --enable-crypto ac_add_options --enable-x11-shm ac_add_options --enable-ctl ac_add_options --enable-necko-protocols=all ac_add_options --enable-xterm-updates ac_add_options --enable-js-ultrasparc ac_add_options --with-gtk-prefix=/usr/sfw ac_add_options --with-glib-prefix=/usr/sfw mk_add_options MOZ_MAKE_FLAGS=-j2 # Use parallel make I've built Mozilla 1.7.2 and Firefox 0.9.3 on Solaris 7 and Solaris 9. You can do it :-)