Merge pull request #21987 from ivan-tkatchev/pullrequest2
libkrb5: fix issue #16161.
This commit is contained in:
commit
6cdabd96f1
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "0z0jxm6ppbxi9anv2h12nrb5lpwl95f96kw6dx7sn268fhkpad7x";
|
||||
};
|
||||
|
||||
configureFlags = optional stdenv.isFreeBSD ''WARN_CFLAGS=""'';
|
||||
configureFlags = [ "--with-tcl=no" ] ++ optional stdenv.isFreeBSD ''WARN_CFLAGS=""'';
|
||||
|
||||
nativeBuildInputs = [ pkgconfig perl yacc ]
|
||||
# Provides the mig command used by the build scripts
|
||||
|
|
Loading…
Reference in a new issue