Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1326496 - testing:mozbase: Use find_library to get libc filename.…
… r=ahal On architectures like alpha and ia64, the glibc does not use the canonical ABI version number 6 but 6.1 and therefore the filename of the C library is not libc.so.6 but libc.so.6.1. We're therefore making the Python code more flexible and use find_library from ctypes.util to determine the filename from the environment instead of hard-coding it. --HG-- extra : rebase_source : 64676648cec9975045a6dfeae1cfc9213226e242
- Loading branch information