diff options
| author | Mike McQuaid | 2014-12-27 16:09:14 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-12-27 16:31:46 +0000 |
| commit | b4930d18d0fe7e018cb0fea1243f16847aa052a0 (patch) | |
| tree | d459dbfe9c752696026e7e3c46674fa36351b4a7 /Library | |
| parent | c2d727aa3a88f298dc9213d5990f0d35cb0c71f8 (diff) | |
| download | homebrew-b4930d18d0fe7e018cb0fea1243f16847aa052a0.tar.bz2 | |
libgcrypt: fix strict audit failures.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libgcrypt.rb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/libgcrypt.rb b/Library/Formula/libgcrypt.rb index 32fcfa1d0..72dc4cbc1 100644 --- a/Library/Formula/libgcrypt.rb +++ b/Library/Formula/libgcrypt.rb @@ -1,5 +1,3 @@ -require "formula" - class Libgcrypt < Formula homepage "https://gnupg.org/" url "ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.6.2.tar.bz2" @@ -42,4 +40,8 @@ class Libgcrypt < Formula system "make", "check" system "make", "install" end + + test do + system "#{bin}/libgcrypt-config", "--libs" + end end |
