From adb4ae4e2da2591cf82886c205044cb901498019 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Thu, 10 Jan 2019 12:32:15 +0000 Subject: cURL added as a dependency of Git Git needs cURL in its build. Until now, by chance cURL was always built before Git, but while building this pipeline on a system, Git was built before cURL and we found the problem. I also noticed that we hadn't added `Your name ' to the `for-group' script. This has been corrected now. --- reproduce/src/make/dependencies.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'reproduce') diff --git a/reproduce/src/make/dependencies.mk b/reproduce/src/make/dependencies.mk index 806d605..7cf6d42 100644 --- a/reproduce/src/make/dependencies.mk +++ b/reproduce/src/make/dependencies.mk @@ -318,7 +318,8 @@ $(ibdir)/gs: $(tdir)/ghostscript-$(ghostscript-version).tar.gz $(ibdir)/flock: $(tdir)/flock-$(flock-version).tar.xz $(call gbuild, $<, flock-$(flock-version), static) -$(ibdir)/git: $(tdir)/git-$(git-version).tar.xz +$(ibdir)/git: $(tdir)/git-$(git-version).tar.xz \ + $(ibdir)/curl $(call gbuild, $<, git-$(git-version), static, \ --without-tcltk --with-shell=$(ibdir)/bash, \ V=1) -- cgit v1.2.1