Message380492
No.
setup.py still contains several hardcoded paths with "lib" (e.g. "/usr/local/lib", "/usr/lib/termcap").
There are also some places in setup.py which check both "lib64" and "lib", but such checks can possibly return incorrect results on multilib systems (when a library happens to be available for another ABI (32-bit vs 64-bit) but not ABI for which Python is being built). |
|
Date |
User |
Action |
Args |
2020-11-07 04:19:06 | Arfrever | set | recipients:
+ Arfrever, doko, jcea, pitrou, ned.deily, dmalcolm, iritkatriel |
2020-11-07 04:19:06 | Arfrever | set | messageid: <1604722746.95.0.255217629872.issue14791@roundup.psfhosted.org> |
2020-11-07 04:19:06 | Arfrever | link | issue14791 messages |
2020-11-07 04:19:06 | Arfrever | create | |
|