From 64de356299c74d891de5c11385538b7bcbc15bae Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Mon, 6 Jun 2005 09:09:43 -0700 Subject: [PATCH] git-rev-list: make sure to link with ssl libraries Needed for the bignum stuff used by merge-order. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c87cc35a..5d5c856a 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) -- 2.11.0