From 3a51539e24726183f62b89c6c5c437f3c3443163 Mon Sep 17 00:00:00 2001 From: hubertf Date: Sat, 3 Aug 2002 14:41:04 +0000 Subject: use /dev/urandom, from apache2 pkg --- devel/apr-devel/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'devel') diff --git a/devel/apr-devel/Makefile b/devel/apr-devel/Makefile index 7732d476297..e29870ba351 100644 --- a/devel/apr-devel/Makefile +++ b/devel/apr-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/08/03 01:30:31 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 2002/08/03 14:41:04 hubertf Exp $ DISTNAME= apr_20020725223645 PKGNAME= apr-devel-0.20020725223645 @@ -21,7 +21,10 @@ pre-configure: (cd ${WRKDIR}/apr-util && ./buildconf) do-configure: - (cd ${WRKDIR}/apr && ${SETENV} ${CONFIGURE_ENV} ./configure --prefix=${PREFIX}) + (cd ${WRKDIR}/apr && ${SETENV} ${CONFIGURE_ENV} ./configure \ + --prefix=${PREFIX} \ + --with-devrandom=/dev/urandom \ + ) (cd ${WRKDIR}/apr-util && ${SETENV} ${CONFIGURE_ENV} ./configure --prefix=${PREFIX} --with-apr=../apr --with-expat=${LOCALBASE}) do-build: -- cgit v1.2.3