libsepol,libselinux: fix i686 build

This commit is contained in:
Wilga
2018-03-27 19:21:25 +02:00
parent fb1f35424e
commit 9df1ad5a2d
2 changed files with 3 additions and 0 deletions
@@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
makeFlagsArray+=("MAN3DIR=$out/share/man/man3")
'';
NIX_CFLAGS_COMPILE = [ "-Wno-error" ];
passthru = { inherit se_release se_url; };