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 steve.dower
Recipients ned.deily, ronaldoussoren, steve.dower, twouters
Date 2019-05-24.16:48:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558716522.41.0.382663630669.issue37037@roundup.psfhosted.org>
In-reply-to
Content
I'd like to be able to build libpython and have it already have the install path stripped out so I can use rpath instead. This libpython is going to be distributed with other applications.

Right now, I'm running `install_name_tool -id "@rpath/libpython3.7m.dylib" libpython3.7m.dylib` as a post-build step, (and will then have to figure out what breaks next ;) )

It's probably a simple makefile/autoconf update to add an option to run the necessary commands as part of build, but I can't figure it out myself. So I'm hoping someone can help or has already done it and wants to share.
History
Date User Action Args
2019-05-24 16:48:42steve.dowersetrecipients: + steve.dower, twouters, ronaldoussoren, ned.deily
2019-05-24 16:48:42steve.dowersetmessageid: <1558716522.41.0.382663630669.issue37037@roundup.psfhosted.org>
2019-05-24 16:48:42steve.dowerlinkissue37037 messages
2019-05-24 16:48:42steve.dowercreate