openbsd-ports/www/mod_auth_bsd/patches/patch-Makefile
ajacoutot a89a75cd04 Garbage collect the /dev/arandom patches.
from Brad
ok landry@ sthen@
2012-03-08 12:13:00 +00:00

10 lines
325 B
Plaintext

$OpenBSD: patch-Makefile,v 1.4 2012/03/08 12:13:01 ajacoutot Exp $
--- Makefile.orig Wed Feb 21 19:32:45 2007
+++ Makefile Wed Feb 21 19:33:14 2007
@@ -16,4 +16,4 @@ clean:
rm -f mod_auth_bsd.so mod_auth_bsd.o
module:
- $(APXS) -c mod_auth_bsd.c -levent
+ $(APXS) -DDEV_RANDOM=\"/dev/urandom\" -c mod_auth_bsd.c -levent