diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-06 09:09:43 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-06 09:09:43 -0700 |
commit | 64de356299c74d891de5c11385538b7bcbc15bae (patch) | |
tree | e6ec420cb00ca2a6f0cbda86270e5c6bf8112990 /Makefile | |
parent | a3437b8c26a63d971437c8b6ac6f6d4f632be548 (diff) | |
download | git-64de356299c74d891de5c11385538b7bcbc15bae.tar.gz git-64de356299c74d891de5c11385538b7bcbc15bae.tar.xz |
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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |