From 251b80d6ac61462c03c9ad8c36a5478dfcd66418 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 27 Dec 2014 16:09:19 +0000 Subject: libgpg-error: fix strict audit failures. --- Library/Formula/libgpg-error.rb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Library/Formula/libgpg-error.rb') diff --git a/Library/Formula/libgpg-error.rb b/Library/Formula/libgpg-error.rb index 448679a05..3b44d2f76 100644 --- a/Library/Formula/libgpg-error.rb +++ b/Library/Formula/libgpg-error.rb @@ -1,5 +1,3 @@ -require "formula" - class LibgpgError < Formula homepage "http://www.gnupg.org/" url "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.17.tar.bz2" @@ -18,6 +16,10 @@ class LibgpgError < Formula def install ENV.universal_binary if build.universal? system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" - system "make install" + system "make", "install" + end + + test do + system "#{bin}/gpg-error-config", "--libs" end end -- cgit v1.2.3