FreeBSD% cmake .
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "1.7.4")
-- Checking for module 'libsystemd'
-- Package 'libsystemd', required by 'virtual:world', not found
CMake Error at /usr/local/share/cmake/Modules/FindPkgConfig.cmake:562 (message):
A required package was not found
Call Stack (most recent call first):
/usr/local/share/cmake/Modules/FindPkgConfig.cmake:784 (_pkg_check_modules_internal)
CMakeLists.txt:10 (pkg_check_modules)
Is it possible to use this without systemd, which doesn't exist on FreeBSD?
Can sendreply.c be rewritten so that it doesn't need systemd? If not, why not?
Thank you very much. Looks like we share the same opinion about PolKit (and, in my case, most of the Red Hat stack).
Getting this error when trying to compile:
Is it possible to use this without systemd, which doesn't exist on FreeBSD?
Can
sendreply.c
be rewritten so that it doesn't need systemd? If not, why not?Thank you very much. Looks like we share the same opinion about PolKit (and, in my case, most of the Red Hat stack).