[arch-commits] Commit in virtualbox/trunk (PKGBUILD)
Christian Hesse
eworm at gemini.archlinux.org
Fri Dec 3 11:45:19 UTC 2021
Date: Friday, December 3, 2021 @ 11:45:19
Author: eworm
Revision: 1064764
prepare for python 3.10 rebuild
Modified:
virtualbox/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++++
1 file changed, 4 insertions(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-03 11:38:17 UTC (rev 1064763)
+++ PKGBUILD 2021-12-03 11:45:19 UTC (rev 1064764)
@@ -113,6 +113,10 @@
echo 'Use our CFLAGS'
echo "VBOX_GCC_OPT=$CXXFLAGS" >> LocalConfig.kmk
+
+ # Fix Python 3.10 detection
+ # (keep this for next python update, just comment!)
+ sed -i 's/\(python3.9 python3.9m\)/\1 python3.10 python3.10m/' configure
}
build() {
More information about the arch-commits
mailing list