When building Xulrunner-30.0, BLFS book recommends not to enable shared
JS due to a building bug:
# shared-js broken by WeakMapPtr visibility
#ac_add_options --enable-shared-js
With that option disabled libmozjs.so is not built, but installation
instructions unconditionally create links for that library:
for library in libmozalloc.so libmozjs.so libxul.so; do
ln -sfv ../../../xulrunner-30.0/$library \
/usr/lib/xulrunner-devel-30.0/sdk/lib/$library
ln -sfv xulrunner-30.0/$library \
/usr/lib/$library
done
Two links are created pointing to an non existent file.
Regards.
ALZ.
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page