seed srandom from /dev/arandom not /dev/urandom
authormillert <millert@openbsd.org>
Wed, 5 Apr 2000 22:03:33 +0000 (22:03 +0000)
committermillert <millert@openbsd.org>
Wed, 5 Apr 2000 22:03:33 +0000 (22:03 +0000)
gnu/usr.bin/perl/Makefile.bsd-wrapper

index e04ff5d..4fb3854 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile.bsd-wrapper,v 1.31 2000/01/28 04:40:34 millert Exp $
+#      $OpenBSD: Makefile.bsd-wrapper,v 1.32 2000/04/05 22:03:33 millert Exp $
 #
 # Build wrapper for Perl 5.005_03.
 #
@@ -86,7 +86,7 @@ SRCS= gv.c toke.c perly.c op.c regcomp.c dump.c util.c mg.c byterun.c hv.c \
        av.c run.c pp_hot.c sv.c pp.c scope.c pp_ctl.c pp_sys.c doop.c doio.c \
        regexec.c taint.c deb.c universal.c globals.c perl.c perlio.c
 
-CFLAGS+= -DPERL_CORE -I.
+CFLAGS+= -DPERL_CORE -DPERL_RANDOM_DEVICE=\"/dev/arandom\" -I.
 
 .if defined (INSTALL_STRIP) && ${INSTALL_STRIP} == "-s"
 INST_PROG='/usr/bin/install -cs'