From 737173a42f19207fc00340bca7e6895d7c922cae Mon Sep 17 00:00:00 2001 From: Marcin Puc <tranzystorek.io@protonmail.com> Date: Tue, 22 Aug 2023 16:46:36 +0200 Subject: [PATCH] common/build-helper/rust.sh: force using system libgit2 library --- common/build-helper/rust.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/build-helper/rust.sh b/common/build-helper/rust.sh index 22bfd980ba9..df064355f7e 100644 --- a/common/build-helper/rust.sh +++ b/common/build-helper/rust.sh @@ -70,3 +70,6 @@ export LIBSQLITE3_SYS_USE_PKG_CONFIG=1 # jemalloc-sys export JEMALLOC_SYS_WITH_LG_PAGE=16 + +# libgit2-sys +export LIBGIT2_NO_VENDOR=1