udis86: add --enable-shared option

Closes Homebrew/homebrew#7745.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
John Benediktsson 2011-09-21 12:20:57 -07:00 committed by Jack Nagel
parent 6652f5c374
commit 48596bd3ca
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ class Udis86 < Formula
homepage 'http://udis86.sourceforge.net' homepage 'http://udis86.sourceforge.net'
def install def install
system "./configure", "--prefix=#{prefix}" system "./configure", "--enable-shared", "--prefix=#{prefix}"
system "make" system "make"
system "make install" system "make install"
end end