From fb8e89293d82af5f76faeab507cc33ff77048f72 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michal=20=C5=BDidek?= <mzidek@redhat.com>
Date: Wed, 23 Oct 2019 18:34:45 +0200
Subject: [PATCH] bash_rc: Build with systemtap

We build with --enable-systemtap in Fedora and RHEL by default. We
should do the same in the helper script in contrib/fedora/bashrc_sssd.
---
 contrib/fedora/bashrc_sssd | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/fedora/bashrc_sssd b/contrib/fedora/bashrc_sssd
index 3796bf8cbd..1448467bf7 100644
--- a/contrib/fedora/bashrc_sssd
+++ b/contrib/fedora/bashrc_sssd
@@ -44,6 +44,7 @@ fedconfig()
         --infodir=/usr/share/info \
         --enable-nsslibdir=/$SSS_LIB \
         --enable-pammoddir=/$SSS_LIB/security \
+        --enable-systemtap \
         --with-krb5-rcache-dir=/var/cache/krb5rcache \
         --with-initscript=systemd \
         --with-syslog=journald \
