Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
moodle_rebase10.1.2
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmitry Blinov
moodle_rebase10.1.2
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
Hide 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]
extends =
../pcre/buildout.cfg
parts = nginx
[nginx]
recipe = hexagonit.recipe.cmmi
url = http://nginx.org/download/nginx-1.0.14.tar.gz
version = 1.0.14
\ No newline at end of file
configure-options=
--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]
versions = versions
extends =
../../stack/slapos.cfg
../../component/nginx/buildout.cfg
parts = html5as
parts =
nginx
html5as
[html5as]
[versions]
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