Commit 8f24f524 authored by Damian Montero's avatar Damian Montero Committed by GitHub

Merge pull request #347 from uberhacker/feature/php7-package-configure-options

Update php7 package dependencies
parents f04cf4eb 1a818562
......@@ -5,10 +5,12 @@ class Php7 < Package
source_url 'http://php.net/distributions/php-7.1.0.tar.xz' # software source tarball url
source_sha1 'c74c920256b9c6873bae696fbb0ec14a02dc8495' # source tarball sha1 sum
depends_on 'curl'
depends_on 'pkgconfig'
depends_on 'zlibpkg'
depends_on 'libpng'
depends_on 'libxml2'
depends_on 'openssl'
depends_on 'curl'
depends_on 'pcre'
def self.build # self.build contains commands needed to build the software from source
......
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