[arch-commits] Commit in virtualbox/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Nov 10 08:48:34 UTC 2020
Date: Tuesday, November 10, 2020 @ 08:48:33
Author: felixonmars
Revision: 749438
add fix for python 3.9
Modified:
virtualbox/trunk/PKGBUILD
----------+
PKGBUILD | 3 +++
1 file changed, 3 insertions(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-10 08:44:04 UTC (rev 749437)
+++ PKGBUILD 2020-11-10 08:48:33 UTC (rev 749438)
@@ -121,6 +121,9 @@
echo 'Use our CFLAGS'
echo "VBOX_GCC_OPT=$CXXFLAGS" >> LocalConfig.kmk
+
+ # Fix Python 3.9 detection
+ sed -i 's/python3.8 python3.8m/python3.8 python3.8m python3.9 python3.9m/' configure
}
build() {
More information about the arch-commits
mailing list