aboutsummaryrefslogtreecommitdiff
path: root/reproduce
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2019-01-10 12:32:15 +0000
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2019-01-10 12:36:52 +0000
commitadb4ae4e2da2591cf82886c205044cb901498019 (patch)
tree30b13e9ecd23a6f6292a8d8d0b1def1af91a3c1d /reproduce
parente557699b996b906202ecdf2fa2e29f62a3cfd88a (diff)
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 <your@email.address>' to the `for-group' script. This has been corrected now.
Diffstat (limited to 'reproduce')
-rw-r--r--reproduce/src/make/dependencies.mk3
1 files changed, 2 insertions, 1 deletions
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)