Rebuild to get latest libsepol which fixes the file_name transition problems

- Use selinux_current_policy_path to read by default policy
This commit is contained in:
Dan Walsh 2012-07-10 21:44:14 -04:00
parent 97b1266f1f
commit ac50bae989
1 changed files with 1 additions and 0 deletions

View File

@ -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}