summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorBryan Quigley <gquigs@gmail.com>2017-02-24 11:05:48 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2017-03-03 14:16:03 +0000
commitfaef35d8653003786f9a0ea2ae1a2330fd15d632 (patch)
treeab93ca16d245fa002da5e13526cd54d38d506d45 /config_host.mk.in
parentbb2a3df2d5b5a01aa58fb3567686e50762186036 (diff)
Move file download verification from md5sum to sha256sum
This leaves all the md5sum parts in place for now, but switches to using sha256sum. Tries both shasum -a 256 and sha256sum. Change-Id: I393d0dde56521f6e9e76f3d5a8d15c6c830fd683 Reviewed-on: https://gerrit.libreoffice.org/34633 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index 68309d3b858d..176546ebd044 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -476,6 +476,7 @@ export SDKDIRNAME=@SDKDIRNAME@
export SDKDIRNAME_FOR_BUILD=@SDKDIRNAME_FOR_BUILD@
export SERF_CFLAGS=$(gb_SPACE)@SERF_CFLAGS@
export SERF_LIBS=$(gb_SPACE)@SERF_LIBS@
+export SHA256SUM=@SHA256SUM@
export SHOWINCLUDES_PREFIX=@SHOWINCLUDES_PREFIX@
export SOLARINC=@SOLARINC@
export SORT=@SORT@