Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
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
Valentin Benozillo
slapos
Commits
657544b3
Commit
657544b3
authored
Apr 12, 2012
by
Thomas Lechauve
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PCRE library added to compile nginx
parent
82245e3d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
+13
-2
component/nginx/buildout.cfg
component/nginx/buildout.cfg
+6
-1
software/html5as/software.cfg
software/html5as/software.cfg
+7
-1
No files found.
component/nginx/buildout.cfg
View file @
657544b3
[buildout]
[buildout]
extends =
../pcre/buildout.cfg
parts = nginx
parts = nginx
[nginx]
[nginx]
recipe = hexagonit.recipe.cmmi
recipe = hexagonit.recipe.cmmi
url = http://nginx.org/download/nginx-1.0.14.tar.gz
url = http://nginx.org/download/nginx-1.0.14.tar.gz
version = 1.0.14
configure-options=
\ No newline at end of file
--with-ld-opt="-L ${pcre:location}/lib"
--with-cc-opt="-I ${pcre:location}/include"
\ No newline at end of file
software/html5as/software.cfg
View file @
657544b3
[buildout]
[buildout]
versions = versions
extends =
extends =
../../stack/slapos.cfg
../../stack/slapos.cfg
../../component/nginx/buildout.cfg
parts = html5as
parts =
nginx
html5as
[html5as]
[html5as]
[versions]
[versions]
zc.buildout = 1.6.0-dev-SlapOS-005
zc.buildout = 1.6.0-dev-SlapOS-005
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