aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libgpg-error.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-07-16 09:59:59 -0700
committerAdam Vandenberg2010-07-16 10:10:02 -0700
commit0e10c5b83e00c1cbae5a3374a1c6b6c20e59d68c (patch)
tree0ada18ecbdd0d6b52e6c4636a5a65328fdd28473 /Library/Formula/libgpg-error.rb
parent123ef50f2ad705dd37e684c6beb476820296e903 (diff)
downloadhomebrew-0e10c5b83e00c1cbae5a3374a1c6b6c20e59d68c.tar.bz2
Tweaks for libgpg-error
Diffstat (limited to 'Library/Formula/libgpg-error.rb')
-rw-r--r--Library/Formula/libgpg-error.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/libgpg-error.rb b/Library/Formula/libgpg-error.rb
index e4de91f29..6f4427ef9 100644
--- a/Library/Formula/libgpg-error.rb
+++ b/Library/Formula/libgpg-error.rb
@@ -7,9 +7,8 @@ class LibgpgError <Formula
def install
ENV.j1
- system "./configure", "--disable-debug", "--disable-dependency-tracking",
- "--prefix=#{prefix}",
- "--disable-asm"
+ system "./configure", "--disable-dependency-tracking",
+ "--prefix=#{prefix}"
system "make install"
end
end