Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-06 20:09:43 +0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-06 20:09:43 +0400
commit64de356299c74d891de5c11385538b7bcbc15bae (patch)
treee6ec420cb00ca2a6f0cbda86270e5c6bf8112990 /Makefile
parenta3437b8c26a63d971437c8b6ac6f6d4f632be548 (diff)
git-rev-list: make sure to link with ssl libraries
Needed for the bignum stuff used by merge-order.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c87cc35af6..5d5c856a71 100644
--- a/Makefile
+++ b/Makefile
@@ -116,6 +116,7 @@ git-mkdelta: mkdelta.c
git-stripspace: stripspace.c
git-http-pull: LIBS += -lcurl
+git-rev-list: LIBS += -lssl
# Library objects..
blob.o: $(LIB_H)