summaryrefslogtreecommitdiff
path: root/debian/patches/dyson-python.patch
blob: 0de723894d6be703f2eacbd01d82f63f9cc65058 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Index: virtualbox/configure
===================================================================
--- virtualbox.orig/configure	2014-06-05 10:38:37.047033816 +0400
+++ virtualbox/configure	2014-06-05 10:50:24.017429749 +0400
@@ -1930,15 +1930,10 @@
 }
 EOF
   found=
-# For Solaris we use libpython2.4 for compatibility with Solaris 10 and passing IPS pkg audit
-  if [ "$OS" != "solaris" ]; then
-    SUPPYTHONLIBS="python2.7 python2.6 python2.5 python2.4 python2.3"
-  else
-    SUPPYTHONLIBS="python2.4"
-  fi
+  SUPPYTHONLIBS="python2.7 python2.6 python2.5 python2.4 python2.3"
   for p in $PYTHONDIR; do
     for d in $SUPPYTHONLIBS; do
-      for b in lib/x86_64-linux-gnu lib/i386-linux-gnu lib64 lib/64 lib; do
+      for b in lib/x86_64-linux-gnu lib/x86_64-illumos lib/i386-linux-gnu lib64 lib/64 lib; do
         echo "compiling the following source file:" >> $LOG
         cat $ODIR.tmp_src.cc >> $LOG
         echo "using the following command line:" >> $LOG