From ac50bae98950e33dcb717d42f06ae2a3cf42b90d Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Jul 11 2012 01:44:14 +0000 Subject: Rebuild to get latest libsepol which fixes the file_name transition problems - Use selinux_current_policy_path to read by default policy --- diff --git a/setools.spec b/setools.spec index d1ae5a0..d7ddaa9 100644 --- a/setools.spec +++ b/setools.spec @@ -218,6 +218,7 @@ autoconf %build %configure --libdir=%{_libdir} --disable-bwidget-check --disable-selinux-check \ --enable-swig-python --enable-swig-java --enable-swig-tcl --with-java-prefix=/usr/lib/jvm/java + # work around issue with gcc 4.3 + gnu99 + swig-generated code: sed -i -e 's:$(CC):gcc -std=gnu89:' libseaudit/swig/python/Makefile make %{?_smp_mflags}