linuxPackages.openafs-client: turn off pic hardening
This commit is contained in:
parent
3ddb973b48
commit
5c297e8b5a
|
@ -23,6 +23,8 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
buildInputs = [ autoconf automake flex yacc ncurses perl which ];
|
buildInputs = [ autoconf automake flex yacc ncurses perl which ];
|
||||||
|
|
||||||
|
hardening_pic = false;
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
ln -s "${kernel.dev}/lib/modules/"*/build $TMP/linux
|
ln -s "${kernel.dev}/lib/modules/"*/build $TMP/linux
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue