summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-01-01 15:18:38 +0000
committerBenjamin Peterson <benjamin@python.org>2010-01-01 15:18:38 +0000
commitb4abef6d42f2e2b751acf1727f472519dd1d63aa (patch)
treef24e9a9c06c8aa5fe640e4bdcfb2e06a08cb029a
parent1c335e63c9e7ca8d6d5ea72fe5ce44cbb0fb5c51 (diff)
downloadcpython-git-b4abef6d42f2e2b751acf1727f472519dd1d63aa.tar.gz
add note
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c78eaa8e94..a24267a692 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -93,6 +93,9 @@ C-API
Build
-----
+- Issue #6943: Use pkg-config to find the libffi headers when the
+ --with-system-ffi flag is used.
+
- Issue #7609: Add a --with-system-expat option that causes the system's expat
library to be used for the pyexpat module instead of the one included with
Python.