From 62281ca96a018e36a6564bce0de96b631e832f26 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sun, 26 Nov 2023 03:59:54 -0500 Subject: [PATCH] Partially revert "common/build-helper/rust.sh: link to libgit2 and libsqlite3 dynamically" This reverts commit d69cddbbc4d5ccabfe4d42d5b0f8cfe087c6e742. libgit2 part will be applied as part of the libgit2 update --- common/build-helper/rust.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/common/build-helper/rust.sh b/common/build-helper/rust.sh index 5f2489c93ea..f13ef7aa395 100644 --- a/common/build-helper/rust.sh +++ b/common/build-helper/rust.sh @@ -64,6 +64,3 @@ export RUSTONIG_SYSTEM_LIBONIG=1 # libsqlite3-sys export LIBSQLITE3_SYS_USE_PKG_CONFIG=1 - -# libgit2-sys -export LIBGIT2_NO_VENDOR=1