selinux: update to 2014-05-06

Sadly, policycoreutils still fails on i686-linux.
This commit is contained in:
Vladimír Čunát
2014-08-14 17:55:12 +02:00
parent 0431a7112d
commit a4e1c7df08
7 changed files with 29 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, autoreconfHook, pkgconfig, bison, flex
{ stdenv, fetchurl, fetchpatch, autoreconfHook, pkgconfig, bison, flex
, python, swig2, tcl, libsepol, libselinux, libxml2, sqlite, bzip2 }:
stdenv.mkDerivation rec {
@@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "16g987ijaxabc30zyjzia4nafq49rm038y1pm4vca7i3kb67wf24";
};
patches = [ ./ftbfs-invalid-operands-of-types.patch ];
# SWIG-TCL is broken in 3.3.8
configureFlags = ''
--with-tcl=${tcl}/lib