Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
8f24f524
Commit
8f24f524
authored
Jan 11, 2017
by
Damian Montero
Committed by
GitHub
Jan 11, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #347 from uberhacker/feature/php7-package-configure-options
Update php7 package dependencies
parents
f04cf4eb
1a818562
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
packages/php7.rb
packages/php7.rb
+3
-1
No files found.
packages/php7.rb
View file @
8f24f524
...
@@ -5,10 +5,12 @@ class Php7 < Package
...
@@ -5,10 +5,12 @@ class Php7 < Package
source_url
'http://php.net/distributions/php-7.1.0.tar.xz'
# software source tarball url
source_url
'http://php.net/distributions/php-7.1.0.tar.xz'
# software source tarball url
source_sha1
'c74c920256b9c6873bae696fbb0ec14a02dc8495'
# source tarball sha1 sum
source_sha1
'c74c920256b9c6873bae696fbb0ec14a02dc8495'
# source tarball sha1 sum
depends_on
'curl'
depends_on
'pkgconfig'
depends_on
'zlibpkg'
depends_on
'libpng'
depends_on
'libpng'
depends_on
'libxml2'
depends_on
'libxml2'
depends_on
'openssl'
depends_on
'openssl'
depends_on
'curl'
depends_on
'pcre'
depends_on
'pcre'
def
self
.
build
# self.build contains commands needed to build the software from source
def
self
.
build
# self.build contains commands needed to build the software from source
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment