udis86: add --enable-shared option
Closes Homebrew/homebrew#7745. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
6652f5c374
commit
48596bd3ca
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ class Udis86 < Formula
|
|||
homepage 'http://udis86.sourceforge.net'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
system "./configure", "--enable-shared", "--prefix=#{prefix}"
|
||||
system "make"
|
||||
system "make install"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue