فهرست منبع

ops, add missing patch to CVS, too

Ralf S. Engelschall 20 سال پیش
والد
کامیت
074b7e5265
1فایلهای تغییر یافته به همراه15 افزوده شده و 0 حذف شده
  1. 15 0
      git/git.patch

+ 15 - 0
git/git.patch

@@ -0,0 +1,15 @@
+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)