Update Formula: libgcrypt.

Add configure path to libgpgerror in case homebrew is installed in
a non-standard location where gpg error libraries and includes are
not automagically found.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Alexis Hildebrandt 2010-02-13 12:54:21 +01:00 committed by Adam Vandenberg
parent 870a9c692d
commit c58e73c741
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ class Libgcrypt <Formula
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--disable-asm"
"--disable-asm",
"--with-gpg-error-prefix=#{HOMEBREW_PREFIX}"
# Separate steps, or parallel builds fail
system "make"
system "make install"