NO_OPENSSL should really mean no openssl.
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
9e44f8980b
commit
9e95049b12
4
Makefile
4
Makefile
@ -107,9 +107,11 @@ LIBS += -lz
|
||||
|
||||
ifndef NO_OPENSSL
|
||||
LIB_OBJS += epoch.o
|
||||
OPENSSL_LIBSSL=-lssl
|
||||
else
|
||||
CFLAGS += '-DNO_OPENSSL'
|
||||
MOZILLA_SHA1=1
|
||||
OPENSSL_LIBSSL=
|
||||
endif
|
||||
ifdef MOZILLA_SHA1
|
||||
SHA1_HEADER="mozilla-sha1/sha1.h"
|
||||
@ -147,7 +149,7 @@ git-ssh-pull: rsh.o pull.o
|
||||
git-ssh-push: rsh.o
|
||||
|
||||
git-http-pull: LIBS += -lcurl
|
||||
git-rev-list: LIBS += -lssl
|
||||
git-rev-list: LIBS += $(OPENSSL_LIBSSL)
|
||||
|
||||
$(LIB_OBJS): $(LIB_H)
|
||||
$(DIFF_OBJS): diffcore.h
|
||||
|
Loading…
Reference in New Issue
Block a user