FreeBSD: re-add heimdal
This commit is contained in:
parent
55aa9163cc
commit
cbcab5521b
@ -35,10 +35,10 @@ stdenv.mkDerivation rec {
|
|||||||
"--with-libedit=${libedit}"
|
"--with-libedit=${libedit}"
|
||||||
"--with-openssl=${openssl}"
|
"--with-openssl=${openssl}"
|
||||||
"--without-x"
|
"--without-x"
|
||||||
|
"--with-berkeley-db=${db}"
|
||||||
] ++ optionals (!libOnly) [
|
] ++ optionals (!libOnly) [
|
||||||
"--with-openldap=${openldap}"
|
"--with-openldap=${openldap}"
|
||||||
] ++ optionals (!stdenv.isFreeBSD) [
|
] ++ optionals (!stdenv.isFreeBSD) [
|
||||||
"--with-berkeley-db=${db}" # XXX: this should of course work, but does not, as of nov 2015 (db==db58)
|
|
||||||
"--with-capng"
|
"--with-capng"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user