Le lun. 21 janv. 2019 à 10:08, Andreas Tille <[email protected]> a écrit :
> Hi Jonas, > > On Fri, Jan 18, 2019 at 08:04:33PM +0100, Jonas Smedegaard wrote: > > Quoting Andreas Tille (2019-01-18 18:39:34) > > > I'd prefer > > > > > > - change nodejs to build its v8 as a shared lib, and provide it it > > > makes sense because upstream nodejs do all the work of keeping ABI > > > stability, > > > > The libv8 part of Nodejs is currently included in Debian as a _private_ > > shared library part of libnode. > > > > I guess you can try link with that private library - as an alternative > > to waiting for someone to refactor packages, have ftpmasters approve new > > package names, and then have it available in experimental. > > I admit I do not understand what exactly I need to do to use that > private shared library. I checked the content of the packages > libnode-dev and libnode64 and did not found anything that looks > like libv8. Could you give any more verbose hint how I can link > against the private shared library you mentioned? > The headers are in libnode-dev /usr/include/nodejs/deps/v8/include/ and the link flag is -lnode (v8 being inside node). But can that work ? Jérémy
-- Pkg-javascript-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel
