libkrb5: fix issue #16161.
This commit is contained in:
parent
7f2769ff62
commit
6d211110f5
@ -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…
x
Reference in New Issue
Block a user