--libdir common use is for libraries installation dir passing, if you need it to be different with %prefix%/lib[64]. In most cases it is not a problem to left only --prefix.
четверг, 19 июля 2012 г., 4:11:42 UTC+4 пользователь Ben Noordhuis написал: > > On Thu, Jul 19, 2012 at 1:42 AM, Jan Engelhardt <[email protected]> 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 [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
