Brett C. wrote:
> The other option is to not make configure.in skip injecting arguments when a
> pydebug build is done based on whether OPT is defined in the environment. So
> configure.in:670 could change to ``OPT="$OPT -g -Wall -Wstrict-prototypes"``.
That's a procedural question: do we want to
Brett C. wrote:
Here is a patch for httplib. I added a timeout value for
httplib.HTTPConnection, please check.
Thanks for the patch, but this is the wrong place for it. Please create
a new patch item on SourceForge at
http://sourceforge.net/patch/?group_id=5470 .
In addition, also avoid using
Brett C. wrote:
I noticed that Makefile.pre.in uses the value from the environment
variable LDFLAGS but not CPPFLAGS. Any reason for this?
How did you notice that? For LDFLAGS, Makefile.pre.in has
LDFLAGS=@LDFLAGS@
This does *not* mean that the value from the environment is used.
Instead