Commit 3327e051 authored by Ed Reel's avatar Ed Reel

Add dependency to libxslt

parent 61ea41d6
...@@ -7,6 +7,8 @@ class Libxslt < Package ...@@ -7,6 +7,8 @@ class Libxslt < Package
source_url 'http://xmlsoft.org/sources/libxslt-1.1.28.tar.gz' source_url 'http://xmlsoft.org/sources/libxslt-1.1.28.tar.gz'
source_sha256 '5fc7151a57b89c03d7b825df5a0fae0a8d5f05674c0e7cf2937ecec4d54a028c' source_sha256 '5fc7151a57b89c03d7b825df5a0fae0a8d5f05674c0e7cf2937ecec4d54a028c'
depends_on 'libxml2'
def self.build def self.build
system "./configure CFLAGS=\" -fPIC\" --without-python" system "./configure CFLAGS=\" -fPIC\" --without-python"
system "make" system "make"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment