linuxPackages_3_12.ena: fix build
This commit is contained in:
parent
04ab7cee02
commit
6a04de991c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue