libaio.i686: disable stackprotector hardening
This commit is contained in:
parent
0fc7905db3
commit
c9ebdd4cac
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user