git-rev-list: make sure to link with ssl libraries

Needed for the bignum stuff used by merge-order.
This commit is contained in:
Linus Torvalds 2005-06-06 09:09:43 -07:00
parent a3437b8c26
commit 64de356299

View File

@ -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)