diff options
author | Ondřej Caletka <ondrej@caletka.cz> | 2015-07-18 15:32:58 +0200 |
---|---|---|
committer | Ondřej Caletka <ondrej@caletka.cz> | 2015-07-24 19:46:06 +0200 |
commit | e41142a67aa06841337d4b79c4933cfd84d7bace (patch) | |
tree | f8bc90b187856df1f26a81f0491d910b29c52e66 /net/git/patches | |
parent | 1b92dfbe609b42a3f25fcfe17ba29102525d7a79 (diff) |
git: ship with absolute symlink to git (#10221)
Fixes regression already fixed in oldpackages commit
012eec3f60a24db1a568d64868a48ea95aedcc87
but re-introduced in commit 6636e13f2ab8992d4eb03a48919ae9ae8da98cee.
This patch also enables IPv6 support.
Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
Diffstat (limited to 'net/git/patches')
-rw-r--r-- | net/git/patches/100-convert_builtin.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/git/patches/100-convert_builtin.patch b/net/git/patches/100-convert_builtin.patch index e3d42007d..b4920a5b7 100644 --- a/net/git/patches/100-convert_builtin.patch +++ b/net/git/patches/100-convert_builtin.patch @@ -49,7 +49,7 @@ git-http-fetch$X: http.o http-walker.o http-fetch.o GIT-LDFLAGS $(GITLIBS) $(QUIET_LINK)$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \ $(LIBS) $(CURL_LIBCURL) -@@ -2277,10 +2269,11 @@ endif +@@ -2279,10 +2271,11 @@ endif bindir=$$(cd '$(DESTDIR_SQ)$(bindir_SQ)' && pwd) && \ execdir=$$(cd '$(DESTDIR_SQ)$(gitexec_instdir_SQ)' && pwd) && \ { test "$$bindir/" = "$$execdir/" || \ |