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 animus
Recipients Michael.Dussere, animus, rdossin, serhiy.storchaka
Date 2015-08-23.09:41:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440322865.63.0.0602303688357.issue22140@psf.upfronthosting.co.za>
In-reply-to
Content
I don't understand: Why python-config needs to seek "realpath"? Why python-config is trying to be smarter than one who starts ./configure script?

As so, the right thing to this, is remove "smart" parts from python-config. But as for fast hack in to this is replace line 'prefix_real=$(installed_prefix "$0")' with 'prefix_real=$prefix_build'.
History
Date User Action Args
2015-08-23 09:41:05animussetrecipients: + animus, serhiy.storchaka, Michael.Dussere, rdossin
2015-08-23 09:41:05animussetmessageid: <1440322865.63.0.0602303688357.issue22140@psf.upfronthosting.co.za>
2015-08-23 09:41:05animuslinkissue22140 messages
2015-08-23 09:41:05animuscreate