[New-bugs-announce] [issue29267] Cannot override some flags in CFLAGS from the command-line

Brian Vandenberg report at bugs.python.org
Fri Jan 13 13:53:57 EST 2017


New submission from Brian Vandenberg:

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.

----------
components: Build
messages: 285435
nosy: phantal
priority: normal
severity: normal
status: open
title: Cannot override some flags in CFLAGS from the command-line
type: behavior
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29267>
_______________________________________


More information about the New-bugs-announce mailing list