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 loewis
Recipients bobatkins, jackjansen, jprante, lemburg, loewis, pitrou, rpetrov, sergiodj, spacey
Date 2009-10-31.08:04:22
SpamBayes Score 0.015647277
Marked as misclassified No
Message-id <4AEBEF84.8080109@v.loewis.de>
In-reply-to <1256919562.43.0.193204412627.issue1628484@psf.upfronthosting.co.za>
Content
> Martin, can you please elaborate on this? I never heard of such
> "standards" in OSS.

MAL already gave the link. From the link:

Sometimes package developers are tempted to set user variables such as
CFLAGS because it appears to make their job easier. However, the package
itself should never set a user variable, particularly not to include
switches that are required for proper compilation of the package. Since
these variables are documented as being for the package builder, that
person rightfully expects to be able to override any of these variables
at build time.
History
Date User Action Args
2009-10-31 08:04:26loewissetrecipients: + loewis, lemburg, jackjansen, pitrou, bobatkins, sergiodj, spacey, rpetrov, jprante
2009-10-31 08:04:23loewislinkissue1628484 messages
2009-10-31 08:04:22loewiscreate