]> git.pld-linux.org Git - packages/VirtualBox.git/commitdiff
- build full python 3 api, not the limited one, rel 2 auto/th/VirtualBox-7.0.10-2
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 8 Sep 2023 00:00:49 +0000 (02:00 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 8 Sep 2023 00:00:49 +0000 (02:00 +0200)
VirtualBox.spec
python3.patch

index 5eef2a5538ca65455d6974e055923722b1cc7cd4..fa3fef23a584befd006be5f28d3ad039e6a45dee 100644 (file)
@@ -47,7 +47,7 @@ exit 1
 
 %define                qtver   5.6.0
 
-%define                rel             1
+%define                rel             2
 %define                pname           VirtualBox
 Summary:       VirtualBox - x86 hardware virtualizer
 Summary(pl.UTF-8):     VirtualBox - wirtualizator sprzętu x86
@@ -618,6 +618,7 @@ VBOX_GCC_OPT=%{rpmcxxflags}
 TOOL_YASM_AS := /usr/bin/yasm
 
 VBOX_BLD_PYTHON := %{__python3}
+VBOX_WITHOUT_PYTHON_LIMITED_API=1
 
 VBOX_PATH_APP_PRIVATE_ARCH := %{_libdir}/%{pname}
 VBOX_PATH_APP_PRIVATE := %{_datadir}/%{pname}
index 3e96dd7c15dca22817f6a651097ea4f3cf33c79b..cd0efa56c57400fa477caaa2ff88e3adc72cafb0 100644 (file)
  prefixes = ["/usr", "/usr/local", "/opt", "/opt/local"]
  known = {}
  
+--- VirtualBox-7.0.10/Config.kmk~      2023-09-08 01:41:50.000000000 +0200
++++ VirtualBox-7.0.10/Config.kmk       2023-09-08 01:51:41.947941370 +0200
+@@ -853,7 +853,7 @@
+ # unless VBOX_WITH_ONLY_PYTHON_LIMITED_API is overridden).
+ VBOX_WITH_MULTIVERSION_PYTHON ?= 1
+ # Only build the limited Python extension API version for 3.3 and later.
+-VBOX_WITH_ONLY_PYTHON_LIMITED_API = 1
++# VBOX_WITH_ONLY_PYTHON_LIMITED_API = 1
+ # Build the Validation Kit.
+ VBOX_WITH_VALIDATIONKIT = 1
+ # Include unit tests (testcases) on the Validation Kit .ISO
This page took 0.083499 seconds and 4 git commands to generate.