[issue35184] Makefile is not correctly generated when compiling pyextat with DXML_POOR_ENTROPY=1

Aaron Hurst report at bugs.python.org
Sun Apr 21 21:56:08 EDT 2019


Aaron Hurst <aaronpaulhurst at gmail.com> added the comment:

I can reproduce this issue by uncommenting the pyexpat line in Setup.dist and compiling.

The issue is with -DXML_POOR_ENTROPY=1.  The equals character causes the line to be incorrectly interpreted as a macro definition by makesetup.  This results in an invalid Makefile output.

I've submitted a PR, but a quick work-around is to remove the "=1".  It is not necessary.

----------
nosy: +ahurst

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35184>
_______________________________________


More information about the Python-bugs-list mailing list