[PATCH] Fix linking with OpenSSL

From: Alexey Dobriyan <adobriyan@gmail.com>
Date: 2006-05-05 08:25:50
For those who put it into interesting (read: default) place.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>

--- a/Makefile
+++ b/Makefile
@@ -559,7 +559,7 @@ git-http-push$X: revision.o http.o http-
 
 git-rev-list$X: rev-list.o $(LIB_FILE)
 	$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \
-		$(LIBS) $(OPENSSL_LIBSSL)
+		$(LIBS) $(OPENSSL_LINK) $(OPENSSL_LIBSSL)
 
 init-db.o: init-db.c
 	$(CC) -c $(ALL_CFLAGS) \

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Received on Fri May 05 08:28:13 2006

This archive was generated by hypermail 2.1.8 : 2006-05-05 08:28:40 EST