This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients lemburg, ronaldoussoren
Date 2010-06-21.18:39:33
SpamBayes Score 0.0034449503
Marked as misclassified No
Message-id <1277145575.42.0.100305468856.issue9047@psf.upfronthosting.co.za>
In-reply-to
Content
Note that the duplicate insertion of -isysroot happens because CPPFLAGS was changed to include this extra option. 

Since PY_CFLAGS includes both CFLAGS and CPPFLAGS, you get the duplicate occurrence.

In Python 2.6, the extra option did appear in CPPFLAGS.
History
Date User Action Args
2010-06-21 18:39:35lemburgsetrecipients: + lemburg, ronaldoussoren
2010-06-21 18:39:35lemburgsetmessageid: <1277145575.42.0.100305468856.issue9047@psf.upfronthosting.co.za>
2010-06-21 18:39:33lemburglinkissue9047 messages
2010-06-21 18:39:33lemburgcreate