kerberos: store state in /var/lib instead of $out/var
This commit is contained in:
parent
ab62b7e9b9
commit
0016d925e4
@ -19,7 +19,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0z0jxm6ppbxi9anv2h12nrb5lpwl95f96kw6dx7sn268fhkpad7x";
|
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 ]
|
nativeBuildInputs = [ pkgconfig perl yacc ]
|
||||||
# Provides the mig command used by the build scripts
|
# Provides the mig command used by the build scripts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user