wohali commented on issue #546: Support additional INCLUDE/LIB paths during compile URL: https://github.com/apache/couchdb/issues/546#issuecomment-304967793 HI @NoodleBB, at present we don't support searching for include headers or shared libraries anywhere other than the system default. Our `configure` script is not based on `autotools` - none of the environment variables you specified will work. It is possible to update https://github.com/apache/couchdb/blob/master/src/couch/rebar.config.script to make this work specifically for couchjs in a platform-neutral fashion, by changing how we handle the JS_CFLAGS and JS_LDFLAGS variables. We'd be happy to accept a pull request here that doesn't break our current build process. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
