summaryrefslogtreecommitdiffstats
path: root/lib/bind
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bind')
-rw-r--r--lib/bind/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bind/config.mk b/lib/bind/config.mk
index 970400b..70e60a6 100644
--- a/lib/bind/config.mk
+++ b/lib/bind/config.mk
@@ -34,7 +34,7 @@ CFLAGS+= -DWANT_IPV6
.endif
# Enable crypto if available
-.if !defined(NOCRYPT)
+.if !defined(NO_CRYPT)
CFLAGS+= -DOPENSSL
.endif
@@ -91,7 +91,7 @@ BIND_LDADD= ${BIND_DPADD}
.endif
# Link against crypto library
-.if !defined(NOCRYPT)
+.if !defined(NO_CRYPT)
CRYPTO_DPADD= ${LIBCRYPTO}
CRYPTO_LDADD= -lcrypto
.endif
OpenPOWER on IntegriCloud