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

Gaetan Bisson bisson at archlinux.org
Sun Nov 28 11:20:11 UTC 2010


    Date: Sunday, November 28, 2010 @ 06:20:11
  Author: bisson
Revision: 101127

make python version explicit, fixes FS#21865

Modified:
  avahi/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-28 11:19:54 UTC (rev 101126)
+++ PKGBUILD	2010-11-28 11:20:11 UTC (rev 101127)
@@ -37,7 +37,9 @@
   sed -i 's/netdev/network/g' avahi-daemon/avahi-dbus.conf
   patch -Np0 -i "${srcdir}/avahi-daemon-dbus.patch"
 
-  ./configure \
+  # pygtk requires python2; make it explicit in case other python are installed: FS#21865
+  PYTHON=python2 \
+    ./configure \
     --prefix=/usr \
     --sysconfdir=/etc \
     --localstatedir=/var \




More information about the arch-commits mailing list