heimdal: Fix db include
[dezgeg squashed in to fit the changes introduced in "db: Use more conventional outputs, also split bin"]
This commit is contained in:
parent
7c8705256c
commit
9a100e3e31
@ -39,7 +39,8 @@ stdenv.mkDerivation rec {
|
|||||||
"--with-libedit=${libedit}"
|
"--with-libedit=${libedit}"
|
||||||
"--with-openssl=${openssl.dev}"
|
"--with-openssl=${openssl.dev}"
|
||||||
"--without-x"
|
"--without-x"
|
||||||
"--with-berkeley-db=${db}"
|
"--with-berkeley-db"
|
||||||
|
"--with-berkeley-db-include=${db.dev}/include"
|
||||||
] ++ optionals (!libOnly) [
|
] ++ optionals (!libOnly) [
|
||||||
"--with-openldap=${openldap.dev}"
|
"--with-openldap=${openldap.dev}"
|
||||||
] ++ optionals (!stdenv.isFreeBSD) [
|
] ++ optionals (!stdenv.isFreeBSD) [
|
||||||
|
Loading…
Reference in New Issue
Block a user