linuxPackages_3_12.ena: fix build

This commit is contained in:
Robin Gloster 2016-08-29 16:34:19 +00:00
parent 04ab7cee02
commit 6a04de991c
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

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