CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2024/03/23 06:32:22
Modified files:
lang/python/3.10: Makefile
lang/python/3.10/files: CHANGES.OpenBSD
lang/python/3.11: Makefile
lang/python/3.11/files: CHANGES.OpenBSD
Added files:
lang/python/3.10/patches: patch-Lib_ctypes_util_py
lang/python/3.11/patches: patch-Lib_ctypes_util_py
Log message:
Modify Python ctypes' find_library to pass "libc.so" to dlopen() rather
than attempting to resolve a version number by parsing ldconfig -r output,
which results in loading an incorrect version in some cases. ok kmos@