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

Ionut Biru ibiru at archlinux.org
Fri Oct 7 08:17:31 UTC 2011


    Date: Friday, October 7, 2011 @ 04:17:30
  Author: ibiru
Revision: 140111

fix compilation when python 3 is installed. FS#26325

Modified:
  glib2/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-10-07 08:12:32 UTC (rev 140110)
+++ PKGBUILD	2011-10-07 08:17:30 UTC (rev 140111)
@@ -21,7 +21,7 @@
 
 build() {
   cd "${srcdir}/glib-${pkgver}"
-  ./configure --prefix=/usr \
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
       --sysconfdir=/etc \
       --with-pcre=system \
       --disable-fam




More information about the arch-commits mailing list