From 66bdf239b8005d52d2a683458eebca23961b8c6d Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 26 Oct 2020 02:28:33 +0300 Subject: git: bump to 2.29.1 --- core/git/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/git/build') diff --git a/core/git/build b/core/git/build index 27003088..a0228ee5 100755 --- a/core/git/build +++ b/core/git/build @@ -42,7 +42,7 @@ for obj in http http-walker; do done # 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) +"$CC" $LDFLAGS $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 ln -sf git-remote-http "$1/usr/libexec/git-core/git-remote-$remote" -- cgit v1.2.3