Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Douglas
slapos.package
Commits
cea2e811
Commit
cea2e811
authored
Jan 03, 2014
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[slapos-node] Fix openssl compilation for the package
parent
1a0ec03e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
slapos-node/slapos/buildout.cfg.in
slapos-node/slapos/buildout.cfg.in
+8
-1
No files found.
slapos-node/slapos/buildout.cfg.in
View file @
cea2e811
...
@@ -20,9 +20,16 @@ make-options +=
...
@@ -20,9 +20,16 @@ make-options +=
DESTDIR=%BUILD_ROOT_DIRECTORY%
DESTDIR=%BUILD_ROOT_DIRECTORY%
[openssl]
[openssl]
configure-options +=
configure-options =
-I${zlib:location}/include
-L${zlib:location}/lib
--prefix=%TARGET_DIRECTORY%/parts/${:_buildout_section_name_}
--prefix=%TARGET_DIRECTORY%/parts/${:_buildout_section_name_}
--openssldir=%TARGET_DIRECTORY%/parts/${:_buildout_section_name_}/etc/ssl
--openssldir=%TARGET_DIRECTORY%/parts/${:_buildout_section_name_}/etc/ssl
--libdir=lib
shared no-idea no-mdc2 no-rc5 zlib
-Wl,-rpath=${zlib:location}/lib -Wl,-rpath=${buildout:parts-directory}/${:_buildout_section_name_}/lib
&& make depend
make-options +=
make-options +=
INSTALL_PREFIX=%BUILD_ROOT_DIRECTORY%
INSTALL_PREFIX=%BUILD_ROOT_DIRECTORY%
...
...
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