[packages/VirtualBox] do not build against all python versions

atler atler at pld-linux.org
Tue Sep 13 19:38:47 CEST 2016


commit 077fc60db2403a816541649bfff44bfb11d6b1fd
Author: Jan Palus <atler at pld-linux.org>
Date:   Tue Sep 13 19:36:33 2016 +0200

    do not build against all python versions
    
    types do not match when building on i686 against python 3
    
    PyIID.cpp:205:1: error: invalid conversion from 'long int (*)(PyObject*) {aka long int (*)(_object*)}' to 'hashfunc {aka int (*)(_object*)}' [-fpermissive]

 VirtualBox.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/VirtualBox.spec b/VirtualBox.spec
index 80e09b0..44df3f6 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -592,6 +592,7 @@ VBOX_WITH_TESTCASES :=
 VBOX_WITH_TESTSUITE :=
 
 VBOX_WITH_VRDP_RDESKTOP=
+VBOX_WITH_MULTIVERSION_PYTHON=0
 EOF
 
 %undefine	filterout_c
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/VirtualBox.git/commitdiff/077fc60db2403a816541649bfff44bfb11d6b1fd



More information about the pld-cvs-commit mailing list