linuxPackages.ndiswrapper: disable pic hardening (still broken)
This commit is contained in:
parent
9e7d118ea2
commit
b2c6d28a1d
@ -3,6 +3,8 @@
|
|||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ndiswrapper-1.59-${kernel.version}";
|
name = "ndiswrapper-1.59-${kernel.version}";
|
||||||
|
|
||||||
|
hardeningDisable = [ "pic" ];
|
||||||
|
|
||||||
patches = [ ./no-sbin.patch ];
|
patches = [ ./no-sbin.patch ];
|
||||||
|
|
||||||
# need at least .config and include
|
# need at least .config and include
|
||||||
|
Loading…
x
Reference in New Issue
Block a user