Skip to content

Commit

Permalink
Set SHA1_BACKEND to "mbedTLS" as well
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Jun 6, 2018
1 parent 0af441f commit 0224e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/libgit2.mk
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ LIBGIT2_OPTS += -DCURL_INCLUDE_DIRS=$(build_includedir) -DCURL_LIBRARIES="-L$(bu
endif

ifneq (,$(findstring $(OS),Linux FreeBSD))
LIBGIT2_OPTS += -DUSE_HTTPS=ON -DHTTPS_BACKEND="mbedTLS" -DCMAKE_INSTALL_RPATH="\$$ORIGIN"
LIBGIT2_OPTS += -DUSE_HTTPS=ON -DSHA1_BACKEND="mbedTLS" -DHTTPS_BACKEND="mbedTLS" -DCMAKE_INSTALL_RPATH="\$$ORIGIN"
endif

LIBGIT2_SRC_PATH := $(SRCCACHE)/$(LIBGIT2_SRC_DIR)
Expand Down

0 comments on commit 0224e79

Please sign in to comment.