libiscsi: work around i686-linux build problems
This commit is contained in:
parent
f217c0ea7c
commit
88e9df7b8d
@ -13,6 +13,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
|
||||
# This problem is gone on libiscsi master.
|
||||
NIX_CFLAGS_COMPILE = if stdenv.hostPlatform.is32bit then "-Wno-error=sign-compare" else null;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "iscsi client library and utilities";
|
||||
homepage = "https://github.com/sahlberg/libiscsi";
|
||||
|
Loading…
Reference in New Issue
Block a user