On Mon, Apr 8, 2024 at 9:22 PM Tero Saarni <tero.saarni@gmail.com> wrote:
On Mon, Apr 8, 2024 at 10:10 PM Alexey Tikhonov <atikhono@redhat.com> wrote:

Out of curiosity: I realized that 'sssd/nightly' packages are built with 'systemd' support and thus 'Requires:" it. How did you work around this?
I have another PR - https://github.com/SSSD/sssd/pull/7262 - that I use as a playground to build "minimal dependencies" SSSD, more suitable to run within a container (copr builds are available at https://copr.fedorainfracloud.org/coprs/g/sssd/pr7262/ )
Those builds don't require 'systemd' explicitly, but they require libdbus-1 that, unfortunately, requires libsystemd.
 

Actually, I did not use the packages. I compiled myself from github master.

What ./configure options do you use?