Commit 98499a68 authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #678 from uberhacker/enable-xsl-in-php5-package

Enable xsl in php5 package
parents de8a417b d729eb08
......@@ -9,6 +9,7 @@ class Php5 < Package
depends_on 'zlibpkg'
depends_on 'libpng'
depends_on 'libxml2'
depends_on 'libxslt'
depends_on 'openssl'
depends_on 'curl'
depends_on 'pcre'
......@@ -19,6 +20,7 @@ class Php5 < Package
--prefix=/usr/local \
--with-curl \
--with-gd \
--with-xsl \
--enable-mbstring \
--with-openssl \
--with-pcre-regex \
......
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