From 872138f39be866bfd8082a4249c8e5030aed205b Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 21 Oct 2020 08:25:32 +0300 Subject: git: fix build without libressl. Closes #1 --- core/git/build | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core') diff --git a/core/git/build b/core/git/build index 9d6637cc..27003088 100755 --- a/core/git/build +++ b/core/git/build @@ -1,5 +1,7 @@ #!/bin/sh -e +sed -i '/^\#include.*openssl.*\.h/d' git-compat-util.h + cat > config.mak <