From 366dfa3489e714ff157001cdbb84c425f5487c59 Mon Sep 17 00:00:00 2001 From: Owen Rafferty Date: Sun, 17 Jul 2022 23:34:47 -0500 Subject: [PATCH] git: remove openssl dependency, -static is a linker flag openssl is only used for git-imap-send, which can use libcurl instead since curl 7.34.0. --- core/git/build | 3 ++- core/git/depends | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/git/build b/core/git/build index f247de1e..9b90db02 100755 --- a/core/git/build +++ b/core/git/build @@ -1,6 +1,6 @@ #!/bin/sh -e -export CFLAGS="$CFLAGS -static" +export LDFLAGS="$LDFLAGS -static" cat > config.mak <