diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2014-05-29 05:43:07 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2014-05-29 05:43:07 +0000 |
commit | 13cafb5acff3b3a5b4abee4f0e29fb7c2a334688 (patch) | |
tree | c3f1524ba99b28c2a5695ab40422adf2dba9e497 /gnu/usr.bin/perl/Makefile.bsd-wrapper | |
parent | 2f056a5d5c8adfc44bbd19d4aa27ab8d3da77462 (diff) |
We now use arc4random() so PERL_RANDOM_DEVICE is no longer needed.
ok afresh@
Diffstat (limited to 'gnu/usr.bin/perl/Makefile.bsd-wrapper')
-rw-r--r-- | gnu/usr.bin/perl/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper b/gnu/usr.bin/perl/Makefile.bsd-wrapper index a7fd4d10bcf..d18541fc19a 100644 --- a/gnu/usr.bin/perl/Makefile.bsd-wrapper +++ b/gnu/usr.bin/perl/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.94 2014/03/24 15:05:12 afresh1 Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.95 2014/05/29 05:43:06 guenther Exp $ # # Build wrapper for Perl 5.16.2 # @@ -44,7 +44,7 @@ DYNALOADER=ext/DynaLoader/dl_dlopen.xs # Arguments passed to Configure... -CPPFLAGS+= -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DPERL_RANDOM_DEVICE=\"/dev/arandom\" -DBIG_TIME -I. +CPPFLAGS+= -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. .if defined (INSTALL_STRIP) && ${INSTALL_STRIP} == "-s" STRIPFLAGS='-s' |