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 doko
Recipients Antoine.Brodin.FreeBSD, doko, koobs, loewis, thomas-petazzoni
Date 2014-02-25.15:48:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393343311.07.0.334693152578.issue20767@psf.upfronthosting.co.za>
In-reply-to
Content
this looks safe from my point of view.

However the real problem is that you unconditionally add a runtime path for a standard system path.  I think the better way to fix this is not to pass the -L and -R arguments at all if the library is found in a system path.
History
Date User Action Args
2014-02-25 15:48:31dokosetrecipients: + doko, loewis, koobs, thomas-petazzoni, Antoine.Brodin.FreeBSD
2014-02-25 15:48:31dokosetmessageid: <1393343311.07.0.334693152578.issue20767@psf.upfronthosting.co.za>
2014-02-25 15:48:31dokolinkissue20767 messages
2014-02-25 15:48:30dokocreate