wine: Add support for grsecurity
This commit is contained in:
parent
4ed438f796
commit
ff05d11dca
|
@ -62,6 +62,9 @@ in stdenv.mkDerivation rec {
|
||||||
install -D ${gecko} $out/share/wine/gecko/${gecko64.name}
|
install -D ${gecko} $out/share/wine/gecko/${gecko64.name}
|
||||||
'' + ''
|
'' + ''
|
||||||
install -D ${mono} $out/share/wine/mono/${mono.name}
|
install -D ${mono} $out/share/wine/mono/${mono.name}
|
||||||
|
|
||||||
|
paxmark psmr $out/bin/wine{,-preloader}
|
||||||
|
|
||||||
wrapProgram $out/bin/wine --prefix LD_LIBRARY_PATH : ${stdenv.gcc.gcc}/lib
|
wrapProgram $out/bin/wine --prefix LD_LIBRARY_PATH : ${stdenv.gcc.gcc}/lib
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user