[znc/el6] Disable python3 on el6

Nick Bebout nb at fedoraproject.org
Fri Sep 14 01:29:26 UTC 2012


commit fad86bba58db11df58edae70ccba2525d0fab41e
Author: Nick Bebout <nb at fedoraproject.org>
Date:   Thu Sep 13 20:29:10 2012 -0500

    Disable python3 on el6

 znc.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/znc.spec b/znc.spec
index aa8eaa6..4370270 100644
--- a/znc.spec
+++ b/znc.spec
@@ -101,7 +101,7 @@ chmod -x modules/q.cpp
 ./autogen.sh
 %configure \
      --with-module-prefix=%{_libdir}/znc \
-     --enable-ipv6 --enable-sasl --enable-python --enable-perl --enable-tcl
+     --enable-ipv6 --enable-sasl --disable-python --enable-perl --enable-tcl
 %__make %{?_smp_mflags}
 
 %pre


More information about the scm-commits mailing list