jpeg: add explicit shared/static configure flags

These flags are needed for proper compilation on Lion.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Jacob Magnusson 2011-07-31 01:46:09 +02:00 committed by Adam Vandenberg
parent b7897ed905
commit c4b5df01aa

View file

@ -8,7 +8,7 @@ class Jpeg < Formula
def install
ENV.universal_binary
system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking"
system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking", "--enable-shared", "--enable-static"
system "make install"
end
end