Date: Saturday, March 21, 2020 @ 10:23:30 Author: bpiotrowski Revision: 378261
commit the patch directly because that's what svn is for Added: libtool/trunk/no_hostname.patch Modified: libtool/trunk/PKGBUILD -------------------+ PKGBUILD | 2 +- no_hostname.patch | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-21 10:18:52 UTC (rev 378260) +++ PKGBUILD 2020-03-21 10:23:30 UTC (rev 378261) @@ -23,7 +23,7 @@ source=(git+https://git.savannah.gnu.org/git/libtool.git#commit=$_commit git+https://git.savannah.gnu.org/git/gnulib.git gnulib-bootstrap::git+https://github.com/gnulib-modules/bootstrap.git - https://sources.debian.org/data/main/libt/libtool/2.4.6-11/debian/patches/no_hostname.patch) + no_hostname.patch) sha256sums=('SKIP' 'SKIP' 'SKIP' Added: no_hostname.patch =================================================================== --- no_hostname.patch (rev 0) +++ no_hostname.patch 2020-03-21 10:23:30 UTC (rev 378261) @@ -0,0 +1,12 @@ +Index: libtool-2.4.6/m4/libtool.m4 +=================================================================== +--- libtool-2.4.6.orig/m4/libtool.m4 ++++ libtool-2.4.6/m4/libtool.m4 +@@ -728,7 +728,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.
