libaio: fixup static compilation
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
This commit is contained in:
parent
5df05c902c
commit
0a5e56aa03
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
makeFlags = [
|
||||
"prefix=${placeholder "out"}"
|
||||
];
|
||||
] ++ lib.optional stdenv.hostPlatform.isStatic "ENABLE_SHARED=0";
|
||||
|
||||
hardeningDisable = lib.optional (stdenv.isi686) "stackprotector";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user