Issue 1520877: Distutils bugfix: Read $AR from the environment/Makefile. (original ) (raw ) Issue1520877
Created on 2006-07-11 23:51 by dgreiman , last changed 2022-04-11 14:56 by admin . This issue is now closed .
Files
File name
Uploaded
Description
Edit
distutils_ar_fix.diff
dgreiman,2006-07-11 23:51
Patch to Lib/distutils/sysconfig.py (r50594)
Messages (2)
msg50661 - (view)
Author: Douglas Greiman (dgreiman) *
Date: 2006-07-11 23:51
Distutils reads CC, CFLAGS, etc, but fails to read AR. This seems like a simple oversight, which this small patch corrects. Tested on Redhat 9.0 on x86 Linux.
msg81244 - (view)
Author: Tarek Ziadé (tarek) *
Date: 2009-02-06 01:19
done in r69342
History
Date
User
Action
Args
2022-04-11 14:56:18
admin
set
github: 43652
2009-02-06 01:19:32
tarek
set
status: open -> closedmessages: +
2009-02-06 01:10:46
tarek
set
versions: - Python 2.6, Python 3.0
2009-02-05 08:54:43
tarek
set
assignee: tarek
2009-02-04 23:37:55
akitada
set
nosy: + tarek type: behaviorversions: + Python 2.6, Python 3.0, Python 3.1, Python 2.7, - Python 2.5
2006-07-11 23:51:53
dgreiman
create