summaryrefslogtreecommitdiffstats
path: root/contrib/ci/configure.sh
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2016-05-06 15:51:12 +0200
committerLukas Slebodnik <lslebodn@redhat.com>2016-06-10 18:15:27 +0200
commitacf7cee13f07b368b0ccae69776309f7f69cbca1 (patch)
tree06b74d6d31fc3626bc55f4d9d46341fd7a0b478a /contrib/ci/configure.sh
parent94b860e8fc51c659c6ac09d69481b838555fff76 (diff)
downloadsssd-acf7cee13f07b368b0ccae69776309f7f69cbca1.tar.gz
sssd-acf7cee13f07b368b0ccae69776309f7f69cbca1.tar.xz
sssd-acf7cee13f07b368b0ccae69776309f7f69cbca1.zip
BUILD: Enable systemtap during RPM build and CI
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Diffstat (limited to 'contrib/ci/configure.sh')
-rw-r--r--contrib/ci/configure.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/ci/configure.sh b/contrib/ci/configure.sh
index c850eb9ce..8e779cfe6 100644
--- a/contrib/ci/configure.sh
+++ b/contrib/ci/configure.sh
@@ -28,6 +28,7 @@ declare -a CONFIGURE_ARG_LIST=(
"--disable-static"
"--enable-ldb-version-check"
"--with-syslog=journald"
+ "--enable-systemtap"
)