On Sat, Jul 18, 2015 at 09:32:36AM +0200, Richard PALO wrote: > after building libxul.so, there are issues building plugin-container and > xpcshell where > libmozjs.so (needed by libxul.so) isn't provided. > > One of the easier workarounds seems to be adding > >SHARED_LIBS += $(DEPTH)/js/src/libmozjs.so > after > >SHARED_LIBS += $(DEPTH)/toolkit/library/libxul.so > in the respective backend.mk > > since backend.mk is a generated file, what would be the "right" way to add > libmozjs.so?
The "right" way would be to not build libmozjs.so. That is supposed to be the default, btw. That said, there /is/ a subtle problem here that should be fixed somehow, but isn't a problem in practice, at least for default builds. Please file a bug. Mike _______________________________________________ dev-builds mailing list dev-builds@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-builds