Date: Wednesday, November 20, 2019 @ 15:25:53 Author: jelle Revision: 369488
make libtool reproducible Modified: libtool/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-11-20 15:16:56 UTC (rev 369487) +++ PKGBUILD 2019-11-20 15:25:53 UTC (rev 369488) @@ -22,10 +22,12 @@ _commit=b88cebd510add4420dd8f5367e3cc6e6e1f267cd 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) + 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) sha256sums=('SKIP' 'SKIP' - 'SKIP') + 'SKIP' + '693aabb24a6e7ce21fe0b5d14394e19edcb8476663b5afa4463f9fa0df24d946') pkgver() { cd libtool @@ -41,6 +43,8 @@ git submodule update ./bootstrap + + patch -Np1 -i ${srcdir}/no_hostname.patch } build() {
