OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 20-Feb-2006 14:54:03
Branch: HEAD Handle: 2006022013540300
Added files:
openpkg-src/git git.patch
Log:
ops, add missing patch to CVS, too
Summary:
Revision Changes Path
1.1 +15 -0 openpkg-src/git/git.patch
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/git/git.patch
============================================================================
$ cvs diff -u -r0 -r1.1 git.patch
--- /dev/null 2006-02-20 14:53:47 +0100
+++ git.patch 2006-02-20 14:54:03 +0100
@@ -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)
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]