site  contact  subhomenews

SeaMonkey 2.53.7 compiled for EasyOS Dunfell x86_64

April 02, 2021 — BarryK

I posted notes how to compiled in earlier blog posts:

https://bkhome.org/news/202101/seamonkey-25351-compiled-on-raspberry-pi4.html

https://bkhome.org/news/202009/compiling-seamonkey-in-oe-dunfell.html

Same thing this time, except the 'mozconfig' file changed slightly:

ac_add_options --enable-application=comm/suite
ac_add_options --enable-system-hunspell
ac_add_options --prefix=/usr
ac_add_options --host=x86_64-unknown-linux-gnu
ac_add_options --disable-dbus
ac_add_options --disable-accessibility
ac_add_options --with-system-bz2
ac_add_options --disable-updater
ac_add_options --disable-parental-controls
ac_add_options --enable-system-cairo
ac_add_options --enable-strip
ac_add_options --with-system-jpeg
ac_add_options --with-system-zlib
ac_add_options --disable-tests
ac_add_options --disable-crashreporter
ac_add_options --with-system-libvpx
ac_add_options --disable-necko-wifi
ac_add_options --with-system-nspr
ac_add_options --with-system-nss
ac_add_options --with-system-icu
ac_add_options --disable-pulseaudio
ac_add_options --enable-alsa
ac_add_options --enable-system-ffi
ac_add_options --enable-system-pixman
ac_add_options --disable-debug
ac_add_options --with-system-libevent
ac_add_options --enable-optimize='-O2'
ac_add_options --enable-ffmpeg
ac_add_options --disable-stylo
ac_add_options --disable-webrtc
ac_add_options --enable-printing
ac_add_options --disable-jack
ac_add_options --enable-irc
ac_add_options --enable-js-shell
ac_add_options --enable-dominspector
ac_add_options --enable-calendar
ac_add_options --with-system-webp

The changes are, added those last two lines.

Planning to release EasyOS 2.6.2 Dunfell series soon, which will have this SM.  

Tags: easy