]> granicus.if.org Git - python/commitdiff
Add an entry for r60537.
authorBrett Cannon <bcannon@gmail.com>
Sun, 3 Feb 2008 09:59:21 +0000 (09:59 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 3 Feb 2008 09:59:21 +0000 (09:59 +0000)
Misc/NEWS

index f6c93b7b314e205b6b1de4fc08e030142a207279..8dacce0e370799016f937cb20464836b63709e54 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1392,6 +1392,10 @@ Tools/Demos
 Build
 -----
 
+- Have the search path for building extensions follow the declared order in
+  $CPPFLAGS and $LDFLAGS when adding directories from those environment
+  variables.
+
 - Bug #1983: Added a check to pyport to verify that sizeof(pid_t) is
   smaller or equal sizeof(long).