ltrace: fix build with latest gcc (by disabling -Werror)
This commit is contained in:
parent
2d4919dbb4
commit
fd9ea0f639
1 changed files with 2 additions and 1 deletions
|
@ -10,8 +10,9 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ elfutils ];
|
||||
|
||||
preBuild =
|
||||
preConfigure =
|
||||
''
|
||||
configureFlags="--disable-werror"
|
||||
makeFlagsArray=(INSTALL="install -c")
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue