aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/libxmlsec1.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/libxmlsec1.rb b/Library/Formula/libxmlsec1.rb
index fb791f8b1..0ac24afa5 100644
--- a/Library/Formula/libxmlsec1.rb
+++ b/Library/Formula/libxmlsec1.rb
@@ -18,7 +18,8 @@ class Libxmlsec1 < Formula
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
- "--with-libxml=#{libxml2.prefix}"
+ "--with-libxml=#{libxml2.prefix}",
+ "--disable-apps-crypto-dl"
system "make install"
end
end