diff options
author | wiz <wiz@pkgsrc.org> | 2012-08-24 13:36:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-08-24 13:36:52 +0000 |
commit | d24da612d43699a3851c8d272d36f3c20785c626 (patch) | |
tree | 46a6cef08d5fa305d61dfe42a4050bb577a01863 /security | |
parent | 9c64dc295940f56f61b30a88d5512e7a0e886b35 (diff) | |
download | pkgsrc-d24da612d43699a3851c8d272d36f3c20785c626.tar.gz |
Explicitly disable guile. PR 46830 by Sergey Litvinov.
Diffstat (limited to 'security')
-rw-r--r-- | security/gnutls/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 0b30f1d3396..87cf135c484 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.116 2012/08/09 18:58:11 drochner Exp $ +# $NetBSD: Makefile,v 1.117 2012/08/24 13:36:52 wiz Exp $ DISTNAME= gnutls-3.0.22 CATEGORIES= security devel @@ -23,6 +23,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-p11-kit # this library duplicates (and conflicts with) openssl CONFIGURE_ARGS+= --disable-openssl-compatibility +CONFIGURE_ARGS+= --disable-guile TEST_TARGET= check INFO_FILES= yes |