Message128214
Sébastien, why did you need to add '-L$(srcdir)' to BLDSHARED in these patches?
As LDLIBRARY points to the immediate file 'libpython$(VERSION).so' instead of '-lpython$(VERSION)', I don't see the need for '-L$(srcdir)' at all.
The problem is that '-L$(srcdir)' adds '$(srcdir)' to the runpath too (as there is no '-blibpath' argument), opening a security hole for libpythonX.Y.so as well as the modules.so. |
|
Date |
User |
Action |
Args |
2011-02-09 14:49:41 | haubi | set | recipients:
+ haubi, nnorwitz, pitrou, sable, dickdunbar, loris |
2011-02-09 14:49:41 | haubi | set | messageid: <1297262981.67.0.197753117819.issue941346@psf.upfronthosting.co.za> |
2011-02-09 14:49:41 | haubi | link | issue941346 messages |
2011-02-09 14:49:41 | haubi | create | |
|