Issue 926209: Patch to setup.py to run on x86_64 Linux (original) (raw)

Issue926209

Created on 2004-03-30 19:46 by petrilli, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
setup.py.patch petrilli,2004-03-30 19:46 Patch
Messages (2)
msg45692 - (view) Author: Christopher Petrilli (petrilli) Date: 2004-03-30 19:46
Bug ID#924333 Python doesn't auto-detect things correctly because of differing library locations on x86_64 Linux distributions (/usr/lib64). This patch just adds that to the setup.py file.
msg45693 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2004-06-04 13:56
Logged In: YES user_id=21627 I have committed the part that adds lib64 as setup.py 1.188 NEWS 1.989 I'm uncertain what the other chunk meant; if it is still needed, please submit it as a *context* diff in a separate patch.
History
Date User Action Args
2022-04-11 14:56:03 admin set github: 40103
2004-03-30 19:46:05 petrilli create