aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2011-09-19 14:31:48 -0500
committerJack Nagel2011-09-19 14:32:01 -0500
commit84e01a41055781ad964b476d9a234f1e3f919db7 (patch)
tree0daefb9a268972455cec80ef8aafcd77f393b677 /Library
parent1ca424ef31c2852313817414c9f959343a77b9e3 (diff)
downloadhomebrew-84e01a41055781ad964b476d9a234f1e3f919db7.tar.bz2
gnutls: disable p11-kit support
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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