GNOME Bugzilla – Bug 786834
mozjs52: --enable-posix-nspr-emulation doesn't work
Last modified: 2017-08-27 21:37:21 UTC
Created attachment 358469 [details] build log I tried building the latest mozjs52 tarball (August 8, from treeherder) with --enable-posix-nspr-emulation but the build fails. I have applied this patch and I believe all other relevant patches from the mozjs52 branch there: https://github.com/ptomato/mozjs/commit/4c5d336b4 Packaging is at https://anonscm.debian.org/git/pkg-gnome/mozjs52.git/ Build flags are in debian/rules Patches are in debian/patches and listed in debian/patches/series . I'm attaching a build log.
If you use --enable-ctypes, then you need NSPR after all. I confirmed this on IRC with the SpiderMonkey team. Reported upstream https://bugzilla.mozilla.org/show_bug.cgi?id=1394254