Skip to content

Add dependency on version.h through libbasic

version.h is generated out of version.h.in template under certain conditions. But the generated version.h is used throughout systemd codebase through libbasic.

Now the build rules in v241 do not set a strong dependency on on version.h, which in turn results in the build failure, that this patch addresses.

These issues have been reported and fixed upstream already, albeit in newer releases.

Most of this change is a cherry-pick of the commits done in the upstream repository already.

Signed-off-by: Ritesh Raj Sarraf ritesh.sarraf@collabora.com

Edited by Ritesh Raj Sarraf

Merge request reports