dhcp: Add proper bind dependency
This commit is contained in:
parent
9f70b1ab31
commit
580032914f
|
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
|||
# due to an uninitialized variable.
|
||||
CFLAGS = "-g -O2 -Wall";
|
||||
|
||||
buildInputs = [ perl makeWrapper openldap ];
|
||||
buildInputs = [ perl makeWrapper openldap bind ];
|
||||
|
||||
configureFlags = [
|
||||
"--with-libbind=${bind}"
|
||||
|
|
Loading…
Reference in New Issue