git-rev-list: make sure to link with ssl libraries
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 6 Jun 2005 16:09:43 +0000 (09:09 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 6 Jun 2005 16:09:43 +0000 (09:09 -0700)
Needed for the bignum stuff used by merge-order.

Makefile

index c87cc35..5d5c856 100644 (file)
--- 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)