83f108c056
This package contains apr and apr-util from the latest Apache2 distribution (currently httpd-2.0.45). It is currently (er, currently in a few minutes) shared between the Apache2 and Subversion packages.
13 lines
540 B
Text
13 lines
540 B
Text
$NetBSD: patch-an,v 1.1.1.1 2003/05/25 08:55:19 epg Exp $
|
|
|
|
--- apr/configure.in.orig 2003-01-06 21:04:08.000000000 +0200
|
|
+++ apr/configure.in 2003-01-28 16:11:24.000000000 +0200
|
|
@@ -1635,7 +1635,7 @@
|
|
if test "$apr_devrandom" = "yes"; then
|
|
# /dev/random on OpenBSD doesn't provide random data, so
|
|
# prefer /dev/arandom, which does; see random(4).
|
|
- for f in /dev/arandom /dev/random /dev/urandom; do
|
|
+ for f in /dev/arandom /dev/urandom /dev/random; do
|
|
if test -r $f; then
|
|
apr_devrandom=$f
|
|
rand=1
|