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 rpetrov
Recipients Arfrever, doko, eric.araujo, ita1024, nathanr, rpetrov, skip.montanaro
Date 2012-10-07.14:25:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349619902.6.0.965246776916.issue15631@psf.upfronthosting.co.za>
In-reply-to
Content
Skip,

You mix two technologies one is --libdir that could be specified at configure time and another one is sub-directory name for libraries as path suffix to some prefixes.

You could just adjust python to use user specified path (--libdir) and this is more flexible instead you hard coded stuff in configure script.
History
Date User Action Args
2012-10-07 14:25:02rpetrovsetrecipients: + rpetrov, skip.montanaro, doko, eric.araujo, Arfrever, ita1024, nathanr
2012-10-07 14:25:02rpetrovsetmessageid: <1349619902.6.0.965246776916.issue15631@psf.upfronthosting.co.za>
2012-10-07 14:25:02rpetrovlinkissue15631 messages
2012-10-07 14:25:02rpetrovcreate