On Thu, Jul 19, 2012 at 1:42 AM, Jan Engelhardt <jeng...@inai.de> wrote:
> In nodejs-0.6.19, it was possible to specify ./configure
> --libdir=/usr/lib64. In node-0.8.2, this is no longer possible, likely as a
> result of switching from waf to gyp.

That's correct. Just pass the linker flags you want to make, e.g.
`make install LDFLAGS+=-L/usr/lib64`

-- 
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 nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to