aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2011-10-02 15:10:22 -0500
committerJack Nagel2011-10-02 15:10:31 -0500
commit00b7ad8bf298221a1a8d7ba8d3f0edf4ad52f092 (patch)
treeed2bcf2c0519dae0ef9e73d75c88b6d4415f81f6 /Library
parent1fd91e43e8be6e4600088a7470d685d865c68cb6 (diff)
downloadhomebrew-00b7ad8bf298221a1a8d7ba8d3f0edf4ad52f092.tar.bz2
gpgme: remove unrecognized configure switches
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gpgme.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/gpgme.rb b/Library/Formula/gpgme.rb
index 6b3dd52a6..5b8dbbc38 100644
--- a/Library/Formula/gpgme.rb
+++ b/Library/Formula/gpgme.rb
@@ -12,9 +12,8 @@ class Gpgme < Formula
fails_with_llvm :build => 2334
def install
- system "./configure", "--disable-debug", "--disable-dependency-tracking",
- "--prefix=#{prefix}",
- "--disable-asm"
+ system "./configure", "--disable-dependency-tracking",
+ "--prefix=#{prefix}"
system "make"
system "make check"
system "make install"