firefox

Spiegel

http://paketspiegel.de/firefox-140.8.0esr.source.tar.xz onnlein
BLFS 13.0

BLFS

https://blfs.daniel-schildt.de/systemd/xsoft/firefox.html

Bauen

BAU=$LFS/sources cd $BAU pwd if [ ! -e firefox-140.8.0esr-ffmpeg-8.0.patch ] then wget https://blfs.daniel-schildt.de/13.0/patch/firefox-140.8.0esr-ffmpeg-8.0.patch fi if [ ! -e firefox-140.8.0esr-glibc-2.43.patch ] then wget https://blfs.daniel-schildt.de/13.0/patch/firefox-140.8.0esr-glibc-2.43.patch fi if [ ! -e firefox-140.8.0esr-python_3.14_fixes-1.patch ] then wget https://blfs.daniel-schildt.de/13.0/patch/firefox-140.8.0esr-python_3.14_fixes-1.patch fi if [ ! -e firefox-140.8.0esr.source.tar.xz ] then wget http://paketspiegel.de/firefox-140.8.0esr.source.tar.xz fi if [ -d firefox-140.8.0 ] then rm --force --recursive firefox-140.8.0 fi tar --extract -f firefox-140.8.0esr.source.tar.xz cd firefox-140.8.0 pwd cd .. pwd