summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2009-01-10 17:00:42 (GMT)
committerMatthias Klose <doko@ubuntu.com>2009-01-10 17:00:42 (GMT)
commit43723e2ad81599b54172a5dcc48790e51ff64f5f (patch)
tree3c923c948e8330ce291910765a7eba5d1cca73b0 /Misc
parentbd4b5f2b874061ae32fbc692a16c7323a5e2a377 (diff)
downloadcpython-43723e2ad81599b54172a5dcc48790e51ff64f5f.zip
cpython-43723e2ad81599b54172a5dcc48790e51ff64f5f.tar.gz
cpython-43723e2ad81599b54172a5dcc48790e51ff64f5f.tar.bz2
- Issue #4861: ctypes.util.find_library(): Robustify. Fix library detection on
biarch systems. Try to rely on ldconfig only, without using objdump and gcc.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c594c96..969b770 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -286,6 +286,9 @@ Library
- Issue #841800: bundlebuilder now works with 'python -O'
+- Issue #4861: ctypes.util.find_library(): Robustify. Fix library detection on
+ biarch systems. Try to rely on ldconfig only, without using objdump and gcc.
+
Tools/Demos
-----------