On Mon, Dec 24, 2012 at 2:48 PM, Andrei Sedoi <[email protected]> wrote: > I am trying to cross-compile node.js for MIPS platform with SSL enabled, but > it's failing since there is no 'target_arch=="mips"' branch here: > https://github.com/joyent/node/blob/master/deps/openssl/openssl.gyp#L900-L910 > Can anyone add it or give advice on how to overcome this?
You probably don't have to tweak openssl.gyp, what you were looking at is a bit of stale configuration (that I've removed in commit 6ecb0cd). The relevant bits are in deps/openssl/config/opensslconf.h now; you'll need to define the proper types for your architecture. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
