mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
pkgsStatic.krb5: fix build (#348188)
This commit is contained in:
commit
3f3903a927
@ -43,6 +43,10 @@ stdenv.mkDerivation rec {
|
||||
# stdenv will take care of overriding bindir, sbindir, etc. such that "out" contains the binaries.
|
||||
prefix = builtins.placeholder "lib";
|
||||
|
||||
env = lib.optionalAttrs stdenv.hostPlatform.isStatic {
|
||||
NIX_CFLAGS_COMPILE = "-fcommon";
|
||||
};
|
||||
|
||||
configureFlags = [
|
||||
"--localstatedir=/var/lib"
|
||||
(lib.withFeature withLdap "ldap")
|
||||
|
Loading…
Reference in New Issue
Block a user