Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos-caddy
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
Guillaume Hervier
slapos-caddy
Commits
75b79261
Commit
75b79261
authored
Jul 25, 2013
by
Alain Takoudjou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add gsoap component
parent
855ed0e3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
0 deletions
+37
-0
component/gsoap/buildout.cfg
component/gsoap/buildout.cfg
+37
-0
No files found.
component/gsoap/buildout.cfg
0 → 100644
View file @
75b79261
[buidlout]
parts =
gsoap
extends =
../openssl/buildout.cfg
../zlib/buildout.cfg
../flex/buildout.cfg
../autoconf/buildout.cfg
../perl/buildout.cfg
../automake/buildout.cfg
../bison/buildout.cfg
[automake1.10]
recipe = slapos.recipe.cmmi
url = http://ftp.gnu.org/gnu/automake/automake-1.10.3.tar.gz
md5sum = 03bc9ebfa805f9ee5635f1f53fa1fa5f
environment =
PATH =${autoconf:location}/bin:${perl:location}/bin:%(PATH)s
[gsoap]
recipe = slapos.recipe.cmmi
url = http://netcologne.dl.sourceforge.net/project/gsoap2/gSOAP/gsoap_2.8.15.zip
md5sum = abd244644446ae08d3aa36ece9113ad4
configure-command =
chmod -R 744 ${buildout:parts-directory}/${:_buildout_section_name_}__compile__
./configure
configure-options =
--enable-ipv6
environment =
PATH=${pkgconfig:location}/bin:${bison:location}/bin:${flex:location}/bin:${automake1.10:location}/bin:${autoconf:location}/bin:%(PATH)s
PKG_CONFIG_PATH=${openssl:location}/lib/pkgconfig
CPPFLAGS =-I${openssl:location}/include -I${zlib:location}/include
LDFLAGS =-L${zlib:location}/lib -L${openssl:location}/lib -Wl,-rpath=${openssl:location}/lib
\ No newline at end of file
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