You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These patches help build make-initrd on musl-based systems (tested on
Gentoo). However, support is not yet complete because musl's `ldconfig`
does not support the `-p` argument:
```
$ ldconfig -p
Unimplemented option: -p
```
As a result, all code that relies on `ldconfig -p` (and likely `ldconfig
-vNX` too) is currently broken.
This PR contains the first commit from the
#46 as both patchsets modify
the same areas of the code, even though they are not directly related.
Signed-off-by: Alexey Gladkov <[email protected]>
0 commit comments