summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Thies2023-06-03 00:04:04 +0200
committerMichael Thies2023-06-03 00:04:04 +0200
commit495daf89b5508d33f84e279b55b3f1a3774c4d1d (patch)
tree1f660d88d7ecee1f810d49357226fda686c47d79
parente5826a8e0ce54c2991fa72d9e46237bb5a2139e7 (diff)
downloadaur-495daf89b5508d33f84e279b55b3f1a3774c4d1d.tar.gz
Add comment about native/local and non-local dependencies
-rw-r--r--PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 481d52c18115..d12244b6ae96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,6 +23,10 @@ build() {
mkdir -p "${srcdir}/build"
# Bootstrap just
+ # We build against native local dependencies, except for libgit2. This is neccessary to avoid the following
+ # regression in libgit2, until the fix is released in an upcoming version:
+ # - Issue: https://github.com/libgit2/libgit2/issues/6553
+ # - Fix: https://github.com/libgit2/libgit2/pull/6554
env JUST_BUILD_CONF='{"COMPILER_FAMILY": "clang", "CC": "/usr/bin/clang", "CXX": "/usr/bin/clang++", "AR": "/usr/bin/ar"}'\
PKG_CONFIG_PATH="${srcdir}"\
PACKAGE=YES\