linuxPackages.broadcom_sta: disable pic hardening
This commit is contained in:
parent
0f274be2fd
commit
7d9d2d6872
|
@ -19,6 +19,8 @@ stdenv.mkDerivation {
|
||||||
sha256 = hashes.${stdenv.system};
|
sha256 = hashes.${stdenv.system};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hardeningDisable = [ "pic" ];
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./i686-build-failure.patch
|
./i686-build-failure.patch
|
||||||
./license.patch
|
./license.patch
|
||||||
|
|
Loading…
Reference in New Issue