Index: git-1.2.2/Makefile --- git-1.2.2/Makefile.orig 2006-02-19 01:19:00 +0100 +++ git-1.2.2/Makefile 2006-02-20 13:42:06 +0100 @@ -293,9 +293,9 @@ ifdef CURLDIR # This is still problematic -- gcc does not always want -R. ALL_CFLAGS += -I$(CURLDIR)/include - CURL_LIBCURL = -L$(CURLDIR)/lib -R$(CURLDIR)/lib -lcurl + CURL_LIBCURL = -L$(CURLDIR)/lib -R$(CURLDIR)/lib -lcurl -lssl -lcrypto else - CURL_LIBCURL = -lcurl + CURL_LIBCURL = -lcurl -lssl -lcrypto endif PROGRAMS += git-http-fetch$X curl_check := $(shell (echo 070908; curl-config --vernum) | sort -r | sed -ne 2p)