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
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
Léo-Paul Géneau
slapos
Commits
0e8f3995
Commit
0e8f3995
authored
Apr 23, 2014
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version up : git 1.9.2.
parent
d3fc7a6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
component/git/buildout.cfg
component/git/buildout.cfg
+4
-3
No files found.
component/git/buildout.cfg
View file @
0e8f3995
...
...
@@ -7,14 +7,15 @@ extends =
../gettext/buildout.cfg
../libexpat/buildout.cfg
../openssl/buildout.cfg
../xz-utils/buildout.cfg
../zlib/buildout.cfg
parts =
git
[git]
recipe = slapos.recipe.cmmi
url = http
://git-core.googlecode.com/files/git-1.8.5.3.tar.g
z
md5sum =
57b966065882f83ef5879620a1e329ca
url = http
s://www.kernel.org/pub/software/scm/git/git-1.9.2.tar.x
z
md5sum =
437c32078b5b5b229f1c10f6474eae78
configure-options =
--with-curl=${curl:location}
--with-openssl=${openssl:location}
...
...
@@ -24,7 +25,7 @@ configure-options =
--without-tcltk
environment =
NO_PERL=y
PATH=${curl:location}/bin:${gettext:location}/bin:%(PATH)s
PATH=${curl:location}/bin:${gettext:location}/bin:
${xz-utils:location}/bin:
%(PATH)s
CPPFLAGS=-I${zlib:location}/include
LDFLAGS=-L${zlib:location}/lib -L${openssl:location}/lib -Wl,-rpath=${openssl:location}/lib -Wl,-rpath=${zlib:location}/lib
...
...
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