diff options
author | hubertf <hubertf> | 2002-08-03 14:41:04 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2002-08-03 14:41:04 +0000 |
commit | 3a51539e24726183f62b89c6c5c437f3c3443163 (patch) | |
tree | ffa20896feb967639e304dd65c1799951331c962 /devel | |
parent | ebfd99b33b7f1973adab0b02a26b7bb0423720c5 (diff) | |
download | pkgsrc-3a51539e24726183f62b89c6c5c437f3c3443163.tar.gz |
use /dev/urandom, from apache2 pkg
Diffstat (limited to 'devel')
-rw-r--r-- | devel/apr-devel/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
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: |