From 6571b5d1181d18bef100bed060bfd0543c8a4241 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 26 Sep 2023 15:05:04 +0200 Subject: [PATCH] python/build/openssl: add option "no-makedepend" We do not need "make" dependencies for one-time builds. --- python/build/openssl.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/build/openssl.py b/python/build/openssl.py index b0638e3e3..2bf542c5b 100644 --- a/python/build/openssl.py +++ b/python/build/openssl.py @@ -63,6 +63,7 @@ class OpenSSLProject(MakeProject): 'no-static-engine', 'no-async', 'no-tests', + 'no-makedepend', openssl_arch, '--prefix=' + toolchain.install_prefix, ]