aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/exiv2.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/exiv2.rb b/Library/Formula/exiv2.rb
index bac1e232d..72a1c5949 100644
--- a/Library/Formula/exiv2.rb
+++ b/Library/Formula/exiv2.rb
@@ -6,7 +6,7 @@ class Exiv2 <Formula
md5 'f52fb75a2cb7512f1484deab76473e13'
def install
- system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
+ system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking"
system "make install"
end
end