On Wed, 14 Oct 2015 07:56:29 -0700 (PDT)
Greg Ramos <brownw...@gmail.com> wrote:

> I am trying to build git from source. I have new versions of openssl
> and libcurl. When I type 'make', the build wants to use libcryto
> in /usr/lib64. How do I tell the build to use what's in /usr/local?

Usually it's done by passing -L/usr/local to the linker.
Supposedly you should hack the Makefile appropriately.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to