Comment # 3 on bug 1174792 from
(In reply to Adam Majer from comment #1)
> I've had a request to create a static libv8. Would that suffice for your
> needs?

Yeah

> Instead of symlinking these headers to the includedir, would it suffice to
> create a pkg-config that would then include the correct directory in -I ?
> This way you should also get the list of libraries to link.

Yeah, sure, there is some patching to be done with regards to this anyway, so I
don't really care where exactly those libraries/headers end up being

> Keep in mind that v8 in Node is only maintained to be secure for *known*
> code and *unknown* data, so it is not safe to use with *unknown* code (like
> for web browsers)

Yeah, mini_racer isn't used for anything but backend code as far as I'm aware,
so it's absolutely fine this way.


You are receiving this mail because: