From af72b1ad5063a987683993b2f592fdee85e718fe Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 3 Dec 2013 15:18:42 -0700 Subject: [PATCH] RHEL 6 and above builds sudo with SSSD support --- mkpkg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mkpkg b/mkpkg index 9621372ea..f85a86f3b 100755 --- a/mkpkg +++ b/mkpkg @@ -131,6 +131,10 @@ case "$osversion" in configure_opts="${configure_opts}${configure_opts+$tab}--with-pam-login" PPVARS="${PPVARS}${PPVARS+$space}linux_audit=1.4.0" fi + if [ $osrelease -ge 60 ]; then + # RHEL 6 and above builds sudo with SSSD support + configure_opts="${configure_opts}${configure_opts+$tab}--with-sssd" + fi # Note, must indent with tabs, not spaces due to IFS trickery configure_opts="--prefix=/usr --with-logging=syslog -- 2.40.0