diff options
author | wiz <wiz@pkgsrc.org> | 2013-10-26 23:30:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-10-26 23:30:53 +0000 |
commit | 9d921b36ad473ea9be140f10694c2cb3f57ef534 (patch) | |
tree | e6e058a6893f4a39b8b15ca06c6dff13aaff2667 /security | |
parent | 7eee2535809ef7ee46a190f727f4a65e01dbaf7f (diff) | |
download | pkgsrc-9d921b36ad473ea9be140f10694c2cb3f57ef534.tar.gz |
Remove obsolete --with-static-rnd=auto, as suggested by Andreas Gustafsson
in PR 48345.
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile index b4b71ca4870..1e2339fa6c2 100644 --- a/security/gnupg2/Makefile +++ b/security/gnupg2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2013/10/05 13:20:03 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2013/10/26 23:30:53 wiz Exp $ DISTNAME= gnupg-2.0.22 PKGNAME= ${DISTNAME:S/gnupg/gnupg2/} @@ -20,7 +20,6 @@ USE_TOOLS+= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sharedstatedir=${VARBASE} CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} -CONFIGURE_ARGS+= --with-static-rnd=auto CONFIGURE_ARGS+= --without-included-gettext CONFIGURE_ARGS+= --with-pinentry-pgm=${BUILDLINK_PREFIX.pinentry}/bin/pinentry |