diff options
| author | Alexis Hildebrandt | 2010-02-13 12:54:21 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2010-02-16 14:42:38 -0800 |
| commit | 2a98f7c084783fc5e3737652ccabf2a49548fce6 (patch) | |
| tree | e72cdcf1cea47bcb9243d9e4472c86fb5af4c905 /Library | |
| parent | 5ff8e6b6d6cd56c7cc4021c16f01b042942a9f80 (diff) | |
| download | homebrew-2a98f7c084783fc5e3737652ccabf2a49548fce6.tar.bz2 | |
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>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libgcrypt.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/libgcrypt.rb b/Library/Formula/libgcrypt.rb index 620717b79..7716f5d63 100644 --- a/Library/Formula/libgcrypt.rb +++ b/Library/Formula/libgcrypt.rb @@ -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" |
