aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libxmlsec1.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/libxmlsec1.rb b/Library/Formula/libxmlsec1.rb
index 618b0f2b5..89ddf1300 100644
--- a/Library/Formula/libxmlsec1.rb
+++ b/Library/Formula/libxmlsec1.rb
@@ -10,7 +10,7 @@ class Libxmlsec1 < Formula
depends_on 'gnutls' => :optional
# Add HOMEBREW_PREFIX/lib to dl load path
- def patches; DATA;end
+ def patches; DATA; end
def install
libxml2 = Formula.factory('libxml2')
@@ -32,7 +32,7 @@ index 6e8a56a..0e7f06b 100644
}
#ifdef XMLSEC_DL_LIBLTDL
-+ lt_dlsearchpath("HOMEBREW_PREFIX/lib");
++ lt_dlsetsearchpath("HOMEBREW_PREFIX/lib");
lib->handle = lt_dlopenext((char*)lib->filename);
if(lib->handle == NULL) {
xmlSecError(XMLSEC_ERRORS_HERE,