]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
libtool.m4: For reproducibility stop encoding hostname in libtool script
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Oct 2021 14:33:37 +0000 (15:33 +0100)
committerMike Frysinger <vapier@gentoo.org>
Sun, 14 Jan 2024 07:11:35 +0000 (02:11 -0500)
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 <richard.purdie@linuxfoundation.org>
m4/libtool.m4

index 156efe95747cb043e8580ba151c1c9a70b822406..695ccac4dfa2ca17be9f0bdcf41066d86521ff91 100644 (file)
@@ -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.