rtl8812au: fix build with Linux >= 4.14.9

This commit is contained in:
Orivej Desh 2017-12-31 07:12:54 +00:00
parent d3962b5bd2
commit 7448d1f060

View file

@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
})
];
buildInputs = kernel.moduleBuildDependencies;
hardeningDisable = [ "pic" ];
NIX_CFLAGS_COMPILE="-Wno-error=incompatible-pointer-types";