Installing in other LFS/BLFS machines I've got, fond one wrong directory
and non-working link in the previous instructions, so, I am rewriting to
avoid problems.
Built against previously installed Xulrunner-13.0.1.
In .mozconfig, added the following lines:
# Point to the xulrunner libraries - comment these for a
standalone browser
ac_add_options --with-system-libxul
ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-13.0.1
./configure
make
chmod -v 0775 build/unix/run-icecat.sh
cp -v build/unix/run-icecat.sh \
/usr/lib/xulrunner-devel-13.0.1/bin/run-icecat.sh
make install
rm -v /usr/lib/xulrunner-devel-13.0.1/bin/run-icecat.sh
rm -rfv /usr/bin/icecat
rm -rfv /usr/lib/icecat
ln -sv icecat-13.0.1 /usr/lib/icecat
Instead of a link, a script:
cat > /usr/bin/icecat << "EOF"
#!/bin/bash
/usr/lib/xulrunner/xulrunner /usr/lib/icecat/application.ini "${@}"
EOF
chmod -v 0755 /usr/bin/icecat
where
$ ls -lh /usr/lib/xulrunner
lrwxrwxrwx 1 root root 16 Jun 17 18:32 /usr/lib/xulrunner -> xulrunner-13.0.1
--
[]s,
Fernando
--
http://gnuzilla.gnu.org