]> granicus.if.org Git - python/commit
Switch from getting LDFLAGS and CPPFLAGS from the environment to the Makefile.
authorBrett Cannon <bcannon@gmail.com>
Sat, 18 Dec 2004 20:48:09 +0000 (20:48 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 18 Dec 2004 20:48:09 +0000 (20:48 +0000)
commit5399c6d3d4cf9496b46ce9f37975d6c8107a743d
tree82e093f438ce47e5ff48047c14af4260c89920a5
parent7e71fa5cfa250968eafdb77356621e3a9bbb0648
Switch from getting LDFLAGS and CPPFLAGS from the environment to the Makefile.
This is to avoid a problem that inconsistently comes up where the environment
variable is unset while the Makefile clearly has the values set and are used
during ``make``.

Closes bug #1081045.
setup.py