diff options
author | Raul Infante-Sainz <infantesainz@gmail.com> | 2019-12-18 11:28:19 +0000 |
---|---|---|
committer | Raul Infante-Sainz <infantesainz@gmail.com> | 2019-12-18 11:28:19 +0000 |
commit | 53f77068783c95b3ed3c3585b243178d9602d127 (patch) | |
tree | a565993a27218ae692de398b4edf786c04a1303b | |
parent | e4b2456d3ef41bc01f3928d2099a1cacc89db4a0 (diff) |
Fixing Libxml2 checksum variable name
Until this commit, the number `2' was missing in the checksum variable
name of that library. It was `libxml-checksum' but it should be
`libxml2-checksum'. With this commit, this issue has been fixed.
-rw-r--r-- | .file-metadata | bin | 7646 -> 7646 bytes | |||
-rw-r--r-- | reproduce/software/make/high-level.mk | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.file-metadata b/.file-metadata Binary files differindex 7875919..f78f165 100644 --- a/.file-metadata +++ b/.file-metadata diff --git a/reproduce/software/make/high-level.mk b/reproduce/software/make/high-level.mk index 7fc41e4..371f863 100644 --- a/reproduce/software/make/high-level.mk +++ b/reproduce/software/make/high-level.mk @@ -255,7 +255,7 @@ $(tarballs): $(tdir)/%: | $(lockdir) c=$(libgit2-checksum) w=https://github.com/libgit2/libgit2/archive/v$(libgit2-version).tar.gz elif [ $$n = libtirpc ]; then c=$(libtirpc-checksum); w=https://downloads.sourceforge.net/libtirpc - elif [ $$n = libxml ]; then c=$(libxml-checksum); w=ftp://xmlsoft.org/libxml2 + elif [ $$n = libxml ]; then c=$(libxml2-checksum); w=ftp://xmlsoft.org/libxml2 elif [ $$n = netpbm ]; then c=$(netpbm-checksum); w=http://akhlaghi.org/reproduce-software elif [ $$n = openblas ]; then mergenames=0 |