Message259444
| Author | Daniel Shaulov |
|---|---|
| Recipients | Daniel Shaulov |
| Date | 2016-02-02.23:02:15 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1454454135.77.0.499921177416.issue26271@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Tools/Freeze/makemakefile.py uses CFLAGS, LDFLAGS and CPPFLAGS instead of the PY_ prefixed versions. This makes flags passed to ./configure ineffective. The patch makes the trivial fix of adding PY_ when needed. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-02-02 23:02:15 | Daniel Shaulov | set | recipients: + Daniel Shaulov |
| 2016-02-02 23:02:15 | Daniel Shaulov | set | messageid: <1454454135.77.0.499921177416.issue26271@psf.upfronthosting.co.za> |
| 2016-02-02 23:02:15 | Daniel Shaulov | link | issue26271 messages |
| 2016-02-02 23:02:15 | Daniel Shaulov | create | |