From 46a4ce2c853af464f24de63283fb8aa8a8460540 Mon Sep 17 00:00:00 2001 From: Michal Židek Date: Mar 03 2016 16:43:35 +0000 Subject: tests: Run intgcheck without libsemanage For now the libsemanage can not be used inside intgcheck tests. See the tracking ticket for this issue: https://fedorahosted.org/sssd/ticket/2859 Reviewed-by: Michal Židek (cherry picked from commit f1b9f9370b50a3d001722737f2538f5d3bb40e9c) --- diff --git a/Makefile.am b/Makefile.am index 9bd5d0b..8eb19ac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2709,6 +2709,7 @@ intgcheck: --prefix="$$prefix" \ --with-ldb-lib-dir="$$prefix"/lib/ldb \ --enable-intgcheck-reqs \ + --without-semanage \ $(INTGCHECK_CONFIGURE_FLAGS); \ $(MAKE) $(AM_MAKEFLAGS); \ : Force single-thread install to workaround concurrency issues; \