Merge pull request #29272 from Mic92/kerberos

kerberos: store state in /var/lib instead of $out/var
This commit is contained in:
Jörg Thalheim 2017-09-13 23:24:26 +01:00 committed by GitHub
commit 392a014ff2

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