libkrb5: fix issue #16161.

This commit is contained in:
tkatchev 2017-01-19 13:10:07 +03:00
parent 7f2769ff62
commit 6d211110f5

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
sha256 = "0z0jxm6ppbxi9anv2h12nrb5lpwl95f96kw6dx7sn268fhkpad7x"; sha256 = "0z0jxm6ppbxi9anv2h12nrb5lpwl95f96kw6dx7sn268fhkpad7x";
}; };
configureFlags = optional stdenv.isFreeBSD ''WARN_CFLAGS=""''; configureFlags = [ "--with-tcl=no" ] ++ optional stdenv.isFreeBSD ''WARN_CFLAGS=""'';
nativeBuildInputs = [ pkgconfig perl yacc ] nativeBuildInputs = [ pkgconfig perl yacc ]
# Provides the mig command used by the build scripts # Provides the mig command used by the build scripts