Re: [PATCH] Fix linking with OpenSSL

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Junio C Hamano
Date: Thursday, May 4, 2006 - 4:00 pm

Junio C Hamano <junkio@cox.net> writes:


Well, I did.  Alexey, does this work for you?

-- >8 --

diff --git a/Makefile b/Makefile
index a3f7e92..814010d 100644
--- a/Makefile
+++ b/Makefile
@@ -564,10 +564,6 @@ git-http-push$X: revision.o http.o http-
 	$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \
 		$(LIBS) $(CURL_LIBCURL) $(EXPAT_LIBEXPAT)
 
-git-rev-list$X: rev-list.o $(LIB_FILE)
-	$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \
-		$(LIBS) $(OPENSSL_LIBSSL)
-
 init-db.o: init-db.c
 	$(CC) -c $(ALL_CFLAGS) \
 		-DDEFAULT_GIT_TEMPLATE_DIR='"$(template_dir_SQ)"' $*.c

-
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
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] Fix linking with OpenSSL, Alexey Dobriyan, (Thu May 4, 3:25 pm)
Re: [PATCH] Fix linking with OpenSSL, Junio C Hamano, (Thu May 4, 3:38 pm)
Re: [PATCH] Fix linking with OpenSSL, Junio C Hamano, (Thu May 4, 4:00 pm)
Re: [PATCH] Fix linking with OpenSSL, Alexey Dobriyan, (Fri May 5, 12:57 am)
Re: [PATCH] Fix linking with OpenSSL, Junio C Hamano, (Fri May 5, 1:02 am)