summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/cyrus-sasl2/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile
index f2b3c5c7b123..0984289283fe 100644
--- a/security/cyrus-sasl2/Makefile
+++ b/security/cyrus-sasl2/Makefile
@@ -86,6 +86,10 @@ CONFIGURE_ARGS+=--with-mysql=${PREFIX}
MYSQL= "@comment "
.endif
+.if defined(WITH_DEV_URANDOM)
+CONFIGURE_ARGS+=--with-devrandom=/dev/urandom
+.endif
+
.if defined(WITHOUT_OTP)
CONFIGURE_ARGS+=--disable-otp
OTP= "@comment "