Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Offer libdir and mandir configure options. #9058

Closed
ryanpcmcquen opened this issue Jan 19, 2015 · 1 comment
Closed

Offer libdir and mandir configure options. #9058

ryanpcmcquen opened this issue Jan 19, 2015 · 1 comment

Comments

@ryanpcmcquen
Copy link

http://slackbuilds.org/cgit/slackbuilds/tree/network/node/node.SlackBuild

To get around being unable to change the library and man paths, we currently have this in the Slackware build script:

# Fix man page path.
sed -i 's|share/||' tools/install.py
sed -i '/var manRoot/ s/"share",//' deps/npm/lib/{,un}build.js

# Fix libdir for 64-bit.
sed -i "s|lib/|lib${LIBDIRSUFFIX}/|g" tools/install.py
sed -i "s/'lib'/'lib${LIBDIRSUFFIX}'/" lib/module.js
sed -i "s|\"lib\"|\"lib${LIBDIRSUFFIX}\"|" deps/npm/lib/npm.js

It'd be nice if node offered a typical configure flag option like --libdir and --mandir.

Thanks!

@brendanashworth
Copy link

I'll close this in favor of discussion at the nodejs/node issue: nodejs/node#504.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants