PKGNAME=sssd
PKGSEC=admin
PKGDEP="bind c-ares cifs-utils cyrus-sasl ding-libs jansson ldb libnl \
        libunistring nfs-utils nss samba tevent"
PKGRECOM="autofs"
BUILDDEP="docbook-xsl doxygen autofs"
PKGDES="A daemon to manage identity, authentication and authorization for centrally-managed systems"

AUTOTOOLS_AFTER=("--enable-pammoddir=/usr/lib/security"
                 "--enable-pac-responder"
                 "--with-initscript=systemd"
                 "--with-os=fedora"
                 "--with-pid-path=/run"
                 "--without-python2-bindings"
                 "--with-python3-bindings"
                 "--with-syslog=journald"
                 "--with-autofs"
                 "--without-selinux"
                 "--with-oidc-child=no")
ABSHADOW=0
# FIXME: race condition upon make install
NOPARALLEL=1
