[arch-commits] Commit in libtool/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sun Jan 12 21:34:16 UTC 2020


    Date: Sunday, January 12, 2020 @ 21:34:15
  Author: jelle
Revision: 373395

Fix reproducible build patch

Apply the patch for configure before bootstrapping.

Modified:
  libtool/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-12 21:27:13 UTC (rev 373394)
+++ PKGBUILD	2020-01-12 21:34:15 UTC (rev 373395)
@@ -6,7 +6,7 @@
 
 pkgname=libtool
 pkgver=2.4.6+42+gb88cebd5
-pkgrel=8
+pkgrel=9
 _gccver=9.2.0
 pkgdesc='A generic library support script'
 arch=(x86_64)
@@ -37,6 +37,8 @@
 prepare() {
   cd libtool
 
+  patch -Np1 -i ${srcdir}/no_hostname.patch
+
   git submodule init
   git config --local submodule.gnulib.url "$srcdir/gnulib"
   git config --local submodule.gl-mod/bootstrap.url "$srcdir/gnulib-bootstrap"
@@ -43,8 +45,6 @@
   git submodule update
 
   ./bootstrap
-
-  patch -Np1 -i ${srcdir}/no_hostname.patch
 }
 
 build() {



More information about the arch-commits mailing list