a6e9ab5
From 2b58d92add64b53b16cbb438e7b69e85d046afd1 Mon Sep 17 00:00:00 2001
a6e9ab5
From: Dan Walsh <dwalsh@redhat.com>
a6e9ab5
Date: Tue, 20 Sep 2011 15:46:38 -0400
a6e9ab5
Subject: [PATCH 5/6] Fix sepol calls to work with latest libsepol
a6e9ab5
a6e9ab5
---
a6e9ab5
 configure.ac |    4 ++--
a6e9ab5
 1 files changed, 2 insertions(+), 2 deletions(-)
a6e9ab5
a6e9ab5
diff --git a/configure.ac b/configure.ac
a6e9ab5
index e837e03..3c11e23 100644
a6e9ab5
--- a/configure.ac
a6e9ab5
+++ b/configure.ac
a6e9ab5
@@ -505,7 +505,7 @@ AC_COMPILE_IFELSE(
a6e9ab5
                   [AC_LANG_SOURCE([
a6e9ab5
 #include <sepol/policydb/expand.h>
a6e9ab5
 int main () {
a6e9ab5
-  return role_set_expand(NULL, NULL, NULL, NULL);
a6e9ab5
+  return role_set_expand(NULL, NULL, NULL, NULL, NULL);
a6e9ab5
 }])],
a6e9ab5
                   sepol_new_user_role_mapping="yes",
a6e9ab5
                   sepol_new_user_role_mapping="no")
a6e9ab5
@@ -541,7 +541,7 @@ if test ${sepol_check_boolmap} = "yes"; then
a6e9ab5
                          [AC_LANG_SOURCE([
a6e9ab5
 #include <sepol/policydb/expand.h>
a6e9ab5
 int main () {
a6e9ab5
-  return expand_module_avrules(NULL, NULL, NULL, NULL, NULL, 0, 0);
a6e9ab5
+  return expand_module_avrules(NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0);
a6e9ab5
 }])],
a6e9ab5
                          AC_MSG_RESULT([yes]),
a6e9ab5
                          AC_MSG_ERROR([this version of libsepol is incompatible with SETools]))
a6e9ab5
-- 
a6e9ab5
1.7.6.2
a6e9ab5