commit | 3a3e20311d69485c7ebd901978b982907a03d13c | [log] [tgz] |
---|---|---|
author | Stefan Krah <stefan@bytereef.org> | Sun Nov 28 15:30:05 2010 +0000 |
committer | Stefan Krah <stefan@bytereef.org> | Sun Nov 28 15:30:05 2010 +0000 |
tree | 37a8b6b953f2fc3344a6f51fc3b78f54135bc2f1 | |
parent | 5ee8448fd83466d4c4838c4c7671a5f99ba693d2 [diff] |
Merged revisions 85422 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85422 | antoine.pitrou | 2010-10-13 19:01:10 +0200 (Wed, 13 Oct 2010) | 6 lines Followup to #9437: since LDFLAGS is now appended to LDSHARED in the Makefile, don't do in configure as well. Hopefully this will solve a Makefile parsing issue on the FreeBSD buildbots. ........