Em 19-07-2014 17:47, [email protected] escreveu:
> 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.

Thanks. Fixed at r13487.

Meaning: build is fixed now with "ac_add_options --enable-shared-js".
Still, behaviour of firefox linked to xulrunner still broken. This got
me so disappointed that I forgot to include in the book.


-- 
[]s,
Fernando
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to