diff options
| author | Jack Nagel | 2012-08-17 13:12:23 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-08-17 13:33:32 -0500 |
| commit | 682e1991225d76e343a8c4750a1ca2a037716c2e (patch) | |
| tree | e97e3227b9aa7535c5b12afd4892ecf6aa780863 | |
| parent | 02bbfa4af2a2d42c4727dfa445ab98fcba6b99fb (diff) | |
| download | homebrew-682e1991225d76e343a8c4750a1ca2a037716c2e.tar.bz2 | |
gnutls: depend on p11-kit
This enables compilation of other software that depends on this
functionality.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/gnutls.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/gnutls.rb b/Library/Formula/gnutls.rb index 11be5ab9d..3df40144d 100644 --- a/Library/Formula/gnutls.rb +++ b/Library/Formula/gnutls.rb @@ -8,7 +8,8 @@ class Gnutls < Formula depends_on 'pkg-config' => :build depends_on 'libgcrypt' - depends_on 'libtasn1' => :optional + depends_on 'libtasn1' + depends_on 'p11-kit' fails_with :llvm do build 2326 @@ -24,8 +25,7 @@ class Gnutls < Formula "--disable-guile", "--disable-static", "--prefix=#{prefix}", - "--with-libgcrypt", - "--without-p11-kit" + "--with-libgcrypt" system "make install" # certtool shadows the OS X certtool utility |
