aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gnutls.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/gnutls.rb b/Library/Formula/gnutls.rb
index d56d5df9d..e824eec1c 100644
--- a/Library/Formula/gnutls.rb
+++ b/Library/Formula/gnutls.rb
@@ -22,7 +22,8 @@ class Gnutls < Formula
"--disable-guile",
"--disable-static",
"--prefix=#{prefix}",
- "--with-libgcrypt"
+ "--with-libgcrypt",
+ "--without-p11-kit"
system "make install"
end
end