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

Allan McRae allan at archlinux.org
Sat Jul 16 04:38:12 UTC 2016


    Date: Saturday, July 16, 2016 @ 04:38:12
  Author: allan
Revision: 271923

upgpkg: pkg-config 0.29.1-2

explicitly set build host

Modified:
  pkg-config/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-15 23:13:55 UTC (rev 271922)
+++ PKGBUILD	2016-07-16 04:38:12 UTC (rev 271923)
@@ -4,7 +4,7 @@
 
 pkgname=pkg-config
 pkgver=0.29.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A system for managing library compile/link flags"
 arch=('i686' 'x86_64')
 url="http://pkgconfig.freedesktop.org/wiki/"
@@ -21,7 +21,7 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
+  ./configure --build=$CHOST --prefix=/usr
   make
 }
 



More information about the arch-commits mailing list