Skip to content

Commit

Permalink
Tweaks for libgpg-error
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Jul 16, 2010
1 parent 123ef50 commit 0e10c5b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Library/Formula/libgpg-error.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0e10c5b

Please sign in to comment.