# mozconfig fuer Seamonkey 2.53.10 # vom 27.11.2021 export CC=gcc export CXX=g++ export CFLAGS="$CFLAGS -m32 -mmmx -march=k6" export CXXFLAGS="$CXXFLAGS -m32 -mmmx -march=k6" # damit es beim Linken nicht zum Stillstand wegen vollen Arbeitsspeichers kommt export LDFLAGS="$LDFLAGS -Wl,--no-keep-memory" # fuer rustc ac_add_options --target=i586-unknown-linux-gnu ac_add_options --prefix=/usr/local/seamonkey-2.53.10_211127 # Wegen Abbruechen mit voreingestellten Linker gold ac_add_options --enable-linker=bfd ac_add_options --enable-application=comm/suite ac_add_options --with-system-bz2 ac_add_options --with-system-icu ac_add_options --with-system-jpeg ac_add_options --with-system-png ac_add_options --with-system-zlib ac_add_options --with-system-libevent #auskommentiert, da mit Debian 11 libvpx 1.9 vorhanden ist, Seamonkey aber eine Version <= 1.8 will #ac_add_options --with-system-libvpx ac_add_options --with-system-nspr ac_add_options --with-system-nss #es ist eine neuere Version als die im libwebp-Paket von Debian 11 noetig #daher kompilieren und/oder in /usr/local installieren ac_add_options --with-system-webp ac_add_options --enable-optimize=-O2 ac_add_options --enable-js-shell ac_add_options --enable-strip ac_add_options --enable-install-strip ac_add_options --enable-official-branding ac_add_options --enable-system-ffi ac_add_options --enable-system-pixman ac_add_options --disable-updater ac_add_options --disable-necko-wifi ac_add_options --disable-crashreporter ac_add_options --disable-tests #eingefuegt, da sonst ein Fehler "maybe a missing crate simd_funcs und packed_simd" zum Abbruch der Kompilierung fuehrte ac_add_options --disable-rust-simd