diff options
author | Cem Keylan <cem@ckyln.com> | 2020-10-26 02:28:33 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-10-26 02:28:33 +0300 |
commit | 66bdf239b8005d52d2a683458eebca23961b8c6d (patch) | |
tree | f6ac8d582edd00b23984852bea4921e2546ce0b9 /core/git/build | |
parent | 7dbcbb7845e29c73c11160dfd83703f301bf2697 (diff) | |
download | repository-66bdf239b8005d52d2a683458eebca23961b8c6d.tar.gz |
git: bump to 2.29.1
Diffstat (limited to 'core/git/build')
-rwxr-xr-x | core/git/build | 2 |
1 files changed, 1 insertions, 1 deletions
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" |