fredcadete

Results 3 comments of fredcadete

I have the same issue (more like a wish :)) as @mmlb . Examples of things that are supported in ash but shellcheck complains because they are not in dash:...

I have an idea of the root cause: systemd stopped packaging libsystemd-login as a separate library at version 209. See https://github.com/systemd/systemd/blob/master/NEWS#L2460 A workaround is to configure systemd with `--enable-compat-libs`. A...

There it is. Used pkgconfig's ldflags in the end. My build against systemd 211 now passes. I did not test it on runtime though. Good luck!