wine: Add support for grsecurity
This commit is contained in:
parent
df503a2ad4
commit
a0f683686c
@ -62,6 +62,9 @@ in stdenv.mkDerivation rec {
|
||||
install -D ${gecko} $out/share/wine/gecko/${gecko64.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
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user