[issue4010] configure options don't trickle down to distutils

John P. Speno report at bugs.python.org
Fri Aug 21 22:07:43 CEST 2009


John P. Speno <spamfilter at macspeno.com> added the comment:

Hi. We encountered this issue on a Solaris 10 while building python 2.6.2.

There's a problem with reptrov's patch from 2009-01-04. The LDFLAGS in the 
Makefile.pre.in patch need to be quoted also. Like so:

LDFLAGS='$(LDFLAGS)'

This allows for multiple flags. Other than that, it works for us.

----------
nosy: +speno

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


More information about the Python-bugs-list mailing list