diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 16:49:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 16:49:11 +0000 |
commit | f4f3a659b7663cf52c2f2e1fa8e58ed4000e29c9 (patch) | |
tree | 46477e488553a670f4b0346080d3f9a635672104 /debian/patches/python3.11.patch | |
parent | Adding upstream version 7.0.6-dfsg. (diff) | |
download | virtualbox-66014cf2b075b9a5fb4ab05645140680f1b824c3.tar.xz virtualbox-66014cf2b075b9a5fb4ab05645140680f1b824c3.zip |
Adding debian version 7.0.6-dfsg-1.debian/7.0.6-dfsg-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/python3.11.patch')
-rw-r--r-- | debian/patches/python3.11.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/python3.11.patch b/debian/patches/python3.11.patch new file mode 100644 index 00000000..d8e6d6e5 --- /dev/null +++ b/debian/patches/python3.11.patch @@ -0,0 +1,13 @@ +diff --git a/configure b/configure +index 0872ec4c7..037680e08 100755 +--- a/configure ++++ b/configure +@@ -2127,7 +2127,7 @@ extern "C" int main(void) + } + EOF + found= +- 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 python3.9 python3.9m python3.10 python3.10m" ++ 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 python3.9 python3.9m python3.10 python3.10m python3.11 python3.11m" + for p in $PYTHONDIR; do + for d in $SUPPYTHONLIBS; do + for b in lib/x86_64-linux-gnu lib/i386-linux-gnu lib64 lib/64 lib; do |