The relationship between LDNS_UTILS and BIND_UTILS was inverted.
This commit is contained in:
parent
d7ffa24831
commit
4e7b60a46c
@ -477,7 +477,7 @@ MK_BIND_UTILS:= no
|
||||
MK_LDNS_UTILS:= no
|
||||
.endif
|
||||
|
||||
.if ${MK_LDNS_UTILS} == "no"
|
||||
.if ${MK_LDNS_UTILS} != "no"
|
||||
MK_BIND_UTILS:= no
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user