openbsd-ports/security/pwgen/patches/patch-configure_in
sthen 3dbd1f5077 update pwgen to 2.06: bug fixes and adds -y option to include symbols
in the generated password.

from Pierre-Emmanuel André on ports@, ok robert
2007-12-04 10:28:29 +00:00

12 lines
418 B
Plaintext

$OpenBSD: patch-configure_in,v 1.2 2007/12/04 10:28:29 sthen Exp $
--- configure.in.orig Thu Jul 5 01:42:19 2007
+++ configure.in Mon Dec 3 09:15:48 2007
@@ -6,6 +6,6 @@ AC_PATH_PROG(MV, mv, mv)
AC_PATH_PROG(RM, rm, rm)
AC_PATH_PROG(SED, sed, sed)
AC_PATH_PROG(PERL, perl, perl)
-AC_CHECK_FUNCS(drand48 getopt_long)
+AC_CHECK_FUNCS(arc4random drand48 getopt_long)
AC_CHECK_HEADERS(getopt.h)
AC_OUTPUT(Makefile)