linuxPackages_3_12.ena: fix build

This commit is contained in:
Robin Gloster
2016-08-29 16:35:13 +00:00
parent 04ab7cee02
commit 6a04de991c
+3
View File
@@ -12,6 +12,9 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "pic" ];
# linux 3.12
NIX_CFLAGS_COMPILE = "-Wno-error=implicit-function-declaration";
configurePhase =
''
cd kernel/linux/ena