Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Fix installation path for CentOS 8.3 #89
Conversation
CentOS 8.3 ships systemd version 239 but has non-standart output of the pkg-config which results in wrong version identification and setup failure: ``` [root@aio1 ~]# pkg-config --modversion libsystemd 239 (239-41.el8_3) [root@aio1 ~]# ``` This can be overriden with ENV var LIBSYSTEMD_VERSION but not handy.
CentOS 8.3 ships systemd version 239 but has non-standart output of the
pkg-config which results in wrong version identification and setup
failure:
This can be overriden with ENV var LIBSYSTEMD_VERSION but not handy.