]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/blob
8469b8727e1c2b276cb2b78041a9e73d430ea6e5
[thirdparty/openembedded/openembedded-core-contrib.git] /
1 From: Richard Purdie <richard.purdie@linuxfoundation.org>
2 Subject: [PATCH 12/12] libtool.m4: For reproducibility stop encoding hostname in libtool script
3
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.
7
8 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9
10 https://sources.debian.org/data/main/libt/libtool/2.4.6-10/debian/patches/
11 no_hostname.patch
12
13 Upstream-Status: Backport [https://git.savannah.gnu.org/cgit/libtool.git/commit/?id=bd826173c4c9c3fa8d77d92785754897cb4bfd89]
14
15 diff --git a/m4/libtool.m4 b/m4/libtool.m4
16 index 3794130..84a550c 100644
17 --- a/m4/libtool.m4
18 +++ b/m4/libtool.m4
19 @@ -730,7 +730,6 @@ _LT_CONFIG_SAVE_COMMANDS([
20 cat <<_LT_EOF >> "$cfgfile"
21 #! $SHELL
22 # Generated automatically by $as_me ($PACKAGE) $VERSION
23 -# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
24 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
25
26 # Provide generalized library-building support services.
27 --
28 2.25.1
29