jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / python / python39 / patches / 45-system-64-libs.patch
blob4bcfc0f2bd12188cf4bc6c90b4a8bef13af0d2af
1 --- Python-3.9.16/setup.py.~7~ Thu Jan 25 12:06:42 2024
2 +++ Python-3.9.16/setup.py Thu Jan 25 12:20:40 2024
3 @@ -759,7 +759,7 @@
4 add_dir_to_list(self.compiler.include_dirs,
5 sysconfig.get_config_var("INCLUDEDIR"))
7 - system_lib_dirs = ['/lib64', '/usr/lib64', '/lib', '/usr/lib']
8 + system_lib_dirs = ['/lib/64', '/usr/lib/64', '/lib', '/usr/lib']
9 system_include_dirs = ['/usr/include']
10 # lib_dirs and inc_dirs are used to search for files;
11 # if a file is found in one of those directories, it can