From f927282853407ff6bcf1dc58b1dc86dcb015be0f Mon Sep 17 00:00:00 2001 From: Bryan Quigley Date: Mon, 13 Mar 2017 10:49:03 -0400 Subject: Remove last use of md5sum (in building) Switch to using sha256sum for checking if files change. Not for security, just so we don't need to check for md5sum. We also change the Windows installer to rely on the perm md5 digest instead of the environment variable. The code to do this was already in directory.pm Change-Id: I24aed542c6201abf030fdd62116aec3f8ea3513b Reviewed-on: https://gerrit.libreoffice.org/35140 Tested-by: Jenkins Reviewed-by: Michael Stahl --- config_host.mk.in | 1 - 1 file changed, 1 deletion(-) (limited to 'config_host.mk.in') diff --git a/config_host.mk.in b/config_host.mk.in index ae7792504735..5796b56d184b 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -376,7 +376,6 @@ export MARIADB_LIBS=$(gb_SPACE)@MARIADB_LIBS@ export LIBMARIADB=@LIBMARIADB@ export LIBMARIADB_PATH=@LIBMARIADB_PATH@ export BUNDLE_MARIADB=@BUNDLE_MARIADB@ -export MD5SUM=@MD5SUM@ export MDDS_CFLAGS=$(gb_SPACE)@MDDS_CFLAGS@ export MDDS_LIBS=$(gb_SPACE)@MDDS_LIBS@ export MERGELIBS=@MERGELIBS@ -- cgit