Commit d58767c
authored
Get ldd version detection to work on Alma Linux (#60)
The ldd that comes with this distro has the following version string:
```
$ ldd --version
ldd (GNU libc) 2.39
```
and we were previously expecting `glibc`.
Non-GNU libc (e.g. musl) continues to fail the recognition check.1 parent fefeabf commit d58767c
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
439 | 439 | | |
440 | 440 | | |
441 | 441 | | |
442 | | - | |
| 442 | + | |
443 | 443 | | |
444 | | - | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
445 | 447 | | |
446 | 448 | | |
447 | 449 | | |
| |||
0 commit comments