]> git.pld-linux.org Git - packages/VirtualBox.git/commitdiff
do not build against all python versions
authorJan Palus <atler@pld-linux.org>
Tue, 13 Sep 2016 17:36:33 +0000 (19:36 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 13 Sep 2016 17:36:33 +0000 (19:36 +0200)
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

index 80e09b05682910b72fb23c59a29eaa3be7146126..44df3f65cc42f4606695d44d6d5ca3a69757067b 100644 (file)
@@ -592,6 +592,7 @@ VBOX_WITH_TESTCASES :=
 VBOX_WITH_TESTSUITE :=
 
 VBOX_WITH_VRDP_RDESKTOP=
+VBOX_WITH_MULTIVERSION_PYTHON=0
 EOF
 
 %undefine      filterout_c
This page took 0.034575 seconds and 4 git commands to generate.