1 From: Richard Purdie <richard.purdie@linuxfoundation.org>
2 Subject: [PATCH 12/12] libtool.m4: For reproducibility stop encoding hostname in libtool script
4 For reproducibilty, stop encoding the hostname into the libtool script, this isn't
5 really adding much to debugging and most distros are carrying such a patch now as
6 reproducibility is important.
8 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 https://sources.debian.org/data/main/libt/libtool/2.4.6-10/debian/patches/
13 Upstream-Status: Submitted [https://lists.gnu.org/archive/html/libtool-patches/2021-10/msg00011.html]
16 Index: libtool-2.4.6/m4/libtool.m4
17 ===================================================================
18 --- libtool-2.4.6.orig/m4/libtool.m4
19 +++ libtool-2.4.6/m4/libtool.m4
20 @@ -728,7 +728,6 @@ _LT_CONFIG_SAVE_COMMANDS([
21 cat <<_LT_EOF >> "$cfgfile"
23 # Generated automatically by $as_me ($PACKAGE) $VERSION
24 -# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
25 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
27 # Provide generalized library-building support services.