3
0
Fork 0
forked from mirrors/nixpkgs

libaio.i686: disable stackprotector hardening

This commit is contained in:
Robin Gloster 2016-03-29 00:34:20 +00:00
parent 0fc7905db3
commit c9ebdd4cac

View file

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
makeFlags = "prefix=$(out)";
hardeningDisable = stdenv.lib.optional (stdenv.isi686) "stackprotector";
meta = {
description = "Library for asynchronous I/O in Linux";
homepage = http://lse.sourceforge.net/io/aio.html;