Closed udeved closed 2 years ago
Thanks for noticing, can you give me the compile error? It is probably just an incorrect use of if vs ifdef
It won't get to make phase, it fails at configure. We have neither systemd nor libsystemd present. I haven't tracked it down further, but it looks to me as if the systemd.m4 has no case for setting HAVE_SYSTEMD_DAEMON to 0 hence the error msg of undefined.
The output from configure would help too. But I'll try to see if I can spot the issue without it
I have reproduced
@udeved Are you able to apply the fix in #55 and let me know if it works for you?
you will need to run autoreconf -fi before running configure.
Yes, sure. Will report back.
With version 0.9.9, despite
--with-initscript=none
, the build errors out withI think this commit is responsible, but haven't tracked it down further. Might be the m4 systemd macro.
https://github.com/gssapi/gssproxy/commit/145c7cecb9d7aecb707c02995b0289b40a6df4d7