aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libxmlsec1.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/libxmlsec1.rb b/Library/Formula/libxmlsec1.rb
index 89ddf1300..99f183a54 100644
--- a/Library/Formula/libxmlsec1.rb
+++ b/Library/Formula/libxmlsec1.rb
@@ -18,6 +18,7 @@ class Libxmlsec1 < Formula
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--with-libxml=#{libxml2.prefix}",
+ "--disable-crypto-dl",
"--disable-apps-crypto-dl"
system "make install"
end