From: Richard Purdie Date: Mon, 25 Oct 2021 14:33:37 +0000 (+0100) Subject: libtool.m4: For reproducibility stop encoding hostname in libtool script X-Git-Tag: v2.5.0~62 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=bd826173c4c9c3fa8d77d92785754897cb4bfd89;p=thirdparty%2Flibtool.git libtool.m4: For reproducibility stop encoding hostname in libtool script For reproducibility, stop encoding the hostname into the libtool script, this isn't really adding much to debugging and most distros are carrying such a patch now as reproducibility is important. * m4/libtool.m4: Delete call to hostname & uname. Signed-off-by: Richard Purdie --- diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 156efe957..695ccac4d 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -730,7 +730,6 @@ _LT_CONFIG_SAVE_COMMANDS([ cat <<_LT_EOF >> "$cfgfile" #! $SHELL # Generated automatically by $as_me ($PACKAGE) $VERSION -# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # Provide generalized library-building support services.