This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Arfrever
Recipients Arfrever, akitada, andybuckley, barry, belopolsky, christian.heimes, doko, eric.araujo, ivazquez, jafo, jcea, lemburg, matejcik, pitrou, tarek
Date 2011-03-29.19:38:53
SpamBayes Score 0.012038847
Marked as misclassified No
Message-id <1301427535.27.0.931648640333.issue1294959@psf.upfronthosting.co.za>
In-reply-to
Content
A proper fix is to introduce sys.libdir, which would be controllable by --libdir=${value} option of `configure`. If --libdir=${value} is not passed, then sys.libdir would default to sys.prefix + "/lib".
sysconfig, distutils etc. would have to use sys.libdir.
History
Date User Action Args
2011-03-29 19:38:55Arfreversetrecipients: + Arfrever, lemburg, barry, doko, jafo, jcea, belopolsky, pitrou, christian.heimes, matejcik, tarek, ivazquez, eric.araujo, akitada, andybuckley
2011-03-29 19:38:55Arfreversetmessageid: <1301427535.27.0.931648640333.issue1294959@psf.upfronthosting.co.za>
2011-03-29 19:38:53Arfreverlinkissue1294959 messages
2011-03-29 19:38:53Arfrevercreate