diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-07-17 20:39:23 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-07-17 20:39:23 (GMT) |
commit | bbda0c5fbc757a2751263720dc6a255f517e5261 (patch) | |
tree | 6a85c39350d32be9771cdcdb5fcd904873a8bb71 /Misc/NEWS | |
parent | 929d3840589cf8159520e4082467d7cab6d5a57f (diff) | |
download | cpython-bbda0c5fbc757a2751263720dc6a255f517e5261.zip cpython-bbda0c5fbc757a2751263720dc6a255f517e5261.tar.gz cpython-bbda0c5fbc757a2751263720dc6a255f517e5261.tar.bz2 |
sharedinstall should depend on sharedmods #9280
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1554,6 +1554,8 @@ Extension Modules Build ----- +- Issue #9280: Make sharedinstall depend on sharedmods. + - Issue #9189: Make a user-specified CFLAGS, CPPFLAGS, or LDFLAGS setting override the configure and makefile defaults, without deleting options the user didn't intend to override. Developers |