3
0
Fork 0
forked from mirrors/nixpkgs

allegro: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-08 09:52:09 +00:00
parent c3d9533c80
commit 88b976e0db

View file

@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
xf86dgaproto xf86miscproto xf86vidmodeproto libXxf86vm openal mesa
];
hardening_format = false;
cmakeFlags = [ "-DCMAKE_SKIP_RPATH=ON" ];
meta = with stdenv.lib; {