aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/sundials.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/sundials.rb b/Library/Formula/sundials.rb
index 15aa011d3..4a901c969 100644
--- a/Library/Formula/sundials.rb
+++ b/Library/Formula/sundials.rb
@@ -7,7 +7,7 @@ class Sundials < Formula
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
- "--prefix=#{prefix}"
+ "--prefix=#{prefix}", "--enable-shared"
system "make install"
end
end