projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3437b8
)
git-rev-list: make sure to link with ssl libraries
author
Linus Torvalds
<torvalds@ppc970.osdl.org>
Mon, 6 Jun 2005 16:09:43 +0000
(09:09 -0700)
committer
Linus 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
patch
|
blob
|
history
diff --git
a/Makefile
b/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)