New submission from Jeffrey Yasskin :
Patch at http://codereview.appspot.com/1749042.
The idea here is to let the user set CFLAGS on either configure or make (or
both), and have later settings appear later in the $CC command line. I left
OPT, BASECFLAGS, and EXTRA_CFLAGS around in case people
Jeffrey Yasskin added the comment:
> Passing in user values to CFLAGS on configure should already work
> without the patch.
Since the user's CFLAGS settings are overridden by Python's OPT
settings, it doesn't already work without the patch.
> I'm not sure why y
Jeffrey Yasskin added the comment:
Hearing no further comments, I've committed this as r82746. Let me know if it
breaks anything.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python
Jeffrey Yasskin added the comment:
Oops. Thanks for telling me. Fixed in r82753.
--
___
Python tracker
<http://bugs.python.org/issue9189>
___
___
Python-bug
Jeffrey Yasskin added the comment:
Oops, sorry about that. Is the fix to change LDSHARED to
LDSHARED= $(CC) $(PY_LDFLAGS) -bundle -undefined dynamic_lookup
?
--
___
Python tracker
<http://bugs.python.org/issue9
Changes by Jeffrey Yasskin :
--
nosy: -jyasskin
___
Python tracker
<http://bugs.python.org/issue22038>
___
___
Python-bugs-list mailing list
Unsubscribe:
201 - 206 of 206 matches
Mail list logo