commit | 912ba54394107b16865501e8f02f424accc2da80 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Sun Feb 03 09:58:02 2008 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Sun Feb 03 09:58:02 2008 +0000 |
tree | bf09f14265d7e1cab242bbe4b361c8126dd257bb | |
parent | 143a070fa0acf40dada5b2ec2384bf8fb58d5229 [diff] [blame] |
Backport r60537: have order of CPPFLAGS and LDFLAGS be honored.
diff --git a/Misc/NEWS b/Misc/NEWS index d83b9cf..5f28bd3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -260,6 +260,9 @@ Build ----- +- Have the search path for building extensions follow the declared order in + $CPPFLAGS and $LDFLAGS. + - Bug #1234: Fixed semaphore errors on AIX 5.2 - Bug #1699: Define _BSD_SOURCE only on OpenBSD.