Skip to content

Commit

Permalink
libxslt: don't link libpython
Browse files Browse the repository at this point in the history
  • Loading branch information
tdsmith committed Mar 2, 2016
1 parent ed6763e commit 639225d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Library/Formula/libxslt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ def install
system "./autogen.sh"
end

# https://bugzilla.gnome.org/show_bug.cgi?id=762967
inreplace "configure", /PYTHON_LIBS=.*/, 'PYTHON_LIBS="-undefined dynamic_lookup"'

system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--with-libxml-prefix=#{Formula["libxml2"].opt_prefix}"
Expand Down

0 comments on commit 639225d

Please sign in to comment.