libgcrypt: fix strict audit failures.
This commit is contained in:
parent
606aafd713
commit
6ad13fe1c4
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue