From 7dd2e5f4319a1a3e6e3d7cafa8cd714502231440 Mon Sep 17 00:00:00 2001 From: nibbles 2bits Date: Sat, 11 Aug 2012 12:18:47 -0700 Subject: libxmlsec1: fix configure error on ML libxmlsec1 already has an option thrown on the command line to `disable-apps-crypte-dl` which stops the build from looking for `libltdl`. But that option only applies to the command line app and another option needs to be thrown otherwise configure will error on ML when it can't find `libltdl`. Add a configure flag to `--disable-crypto-dl` Fixes #13845 Closes #14129. Signed-off-by: Jack Nagel --- Library/Formula/libxmlsec1.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula') 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 -- cgit v1.2.3