Skip to content

Commit

Permalink
don't use /dev/random
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Sturm committed Jun 21, 2004
1 parent 6e39a7a commit e3e7250
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion security/libgcrypt/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2004/05/08 06:41:47 sturm Exp $
# $OpenBSD: Makefile,v 1.6 2004/06/21 20:02:21 sturm Exp $

COMMENT= "crypto library based on code used in GnuPG"

Expand Down Expand Up @@ -29,6 +29,7 @@ SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--enable-static \
--disable-dev-random \
--disable-asm
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"

Expand Down

0 comments on commit e3e7250

Please sign in to comment.