allegro: turn off format hardening
This commit is contained in:
parent
c3d9533c80
commit
88b976e0db
@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
|
|||||||
xf86dgaproto xf86miscproto xf86vidmodeproto libXxf86vm openal mesa
|
xf86dgaproto xf86miscproto xf86vidmodeproto libXxf86vm openal mesa
|
||||||
];
|
];
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
cmakeFlags = [ "-DCMAKE_SKIP_RPATH=ON" ];
|
cmakeFlags = [ "-DCMAKE_SKIP_RPATH=ON" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user