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 phantal
Recipients phantal
Date 2017-01-13.18:53:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484333637.07.0.801577004436.issue29267@psf.upfronthosting.co.za>
In-reply-to
Content
Due to issue 29264 I was attempting to override the build default "-std=c99" with:

    /path/to/configure (...) CFLAGS=-std=gnu99

... however, the configure script is written like this:

    CFLAGS_NODIST="$CFLAGS_NODIST -std=c99"

This causes it to always override my attempt to override the build default.
History
Date User Action Args
2017-01-13 18:53:57phantalsetrecipients: + phantal
2017-01-13 18:53:57phantalsetmessageid: <1484333637.07.0.801577004436.issue29267@psf.upfronthosting.co.za>
2017-01-13 18:53:57phantallinkissue29267 messages
2017-01-13 18:53:56phantalcreate