linuxPackages.broadcom_sta: disable pic hardening

This commit is contained in:
Franz Pletz 2016-08-13 16:02:02 +02:00
parent 0f274be2fd
commit 7d9d2d6872

View file

@ -19,6 +19,8 @@ stdenv.mkDerivation {
sha256 = hashes.${stdenv.system};
};
hardeningDisable = [ "pic" ];
patches = [
./i686-build-failure.patch
./license.patch