SOURCES: VirtualBox-configure.patch - python2.6 support

arekm arekm at pld-linux.org
Sun Oct 5 11:58:32 CEST 2008


Author: arekm                        Date: Sun Oct  5 09:58:31 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- python2.6 support

---- Files affected:
SOURCES:
   VirtualBox-configure.patch (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: SOURCES/VirtualBox-configure.patch
diff -u SOURCES/VirtualBox-configure.patch:1.13 SOURCES/VirtualBox-configure.patch:1.14
--- SOURCES/VirtualBox-configure.patch:1.13	Thu Sep 18 12:01:01 2008
+++ SOURCES/VirtualBox-configure.patch	Sun Oct  5 11:58:26 2008
@@ -140,3 +140,14 @@
      --with-iasl=*)
        IASL=`echo $option | cut -d'=' -f2`
        ;;
+--- virtualbox/configure~	2008-09-05 09:37:40.842948230 +0200
++++ virtualbox/configure	2008-10-05 11:57:17.430201993 +0200
+@@ -1571,7 +1571,7 @@
+ EOF
+   found=
+   for p in $PYTHONDIR; do
+-    for d in python2.5 python2.4 python2.3; do
++    for d in python2.6 python2.5 python2.4 python2.3; do
+       for b in lib64 lib/64 lib; do
+         echo "compiling the following source file:" >> $LOG
+         cat .tmp_src.cc >> $LOG
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/VirtualBox-configure.patch?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list