aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xextra/git/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/git/build b/extra/git/build
index b9547c4b..9d6637cc 100755
--- a/extra/git/build
+++ b/extra/git/build
@@ -38,7 +38,7 @@ for obj in http http-walker; do
"${CC:=cc}" $CFLAGS -c "$obj.c"
done
-# shellcheck disable=2086
+# shellcheck disable=2086,2046
"$CC" -static $CFLAGS -o "$1/usr/libexec/git-core/git-remote-http" remote-curl.c http.o http-walker.o libgit.a common-main.o xdiff/lib.a $(pkg-config --static --libs zlib libcurl)
for remote in https ftp ftps; do