NoodleBB commented on issue #546: Support additional INCLUDE/LIB paths during 
compile
URL: https://github.com/apache/couchdb/issues/546#issuecomment-304991835
 
 
   > HI @NoodleBB, 
   Hi @wohali.
   
   > at present we don't support searching for include headers or shared 
libraries anywhere other than the system default. 
   Not very handy. 
   
   > It is possible to update 
https://github.com/apache/couchdb/blob/master/src/couch/rebar.config.script to 
make this work (...)
   
   I tried it to change it that way... 
   ```
               {unix, freebsd} ->
                   {"-DHAVE_CURL -I$HOME/include", "-DHAVE_CURL -L$HOME/lib 
-lmozjs185 -lcurl"};
   ```
   
   But it fails at the same point again.
 
----------------------------------------------------------------
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

Reply via email to