]> git.pld-linux.org Git - packages/VirtualBox.git/blame - x32.patch
fix build with kernel 5.11; rel 4
[packages/VirtualBox.git] / x32.patch
CommitLineData
d5e18103
ER
1--- VirtualBox-4.3.26/configure~ 2015-03-28 22:23:14.000000000 +0200
2+++ VirtualBox-4.3.26/configure 2015-03-28 22:26:31.627419402 +0200
3@@ -1943,7 +1943,7 @@
dad60c7e 4 SUPPYTHONLIBS="python2.7 python2.6 python3.1 python3.2 python3.3 python3.4 python3.4m python3.5 python3.5m python3.6 python3.6m python3.7 python3.7m python3.8 python3.8m"
d5e18103
ER
5 for p in $PYTHONDIR; do
6 for d in $SUPPYTHONLIBS; do
7- for b in lib/x86_64-linux-gnu lib/i386-linux-gnu lib64 lib/64 lib; do
8+ for b in lib/x86_64-linux-gnu lib/i386-linux-gnu lib64 libx32 lib/64 lib; do
9 echo "compiling the following source file:" >> $LOG
10 cat $ODIR.tmp_src.cc >> $LOG
11 echo "using the following command line:" >> $LOG
This page took 0.02332 seconds and 4 git commands to generate.