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
isaak yansane-sisk
slapos
Commits
a56c0707
Commit
a56c0707
authored
Aug 13, 2015
by
Vincent Pelletier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cyrus-sasl: Enable gdbm support.
parent
3a0f5ce9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
component/cyrus-sasl/buildout.cfg
component/cyrus-sasl/buildout.cfg
+4
-3
No files found.
component/cyrus-sasl/buildout.cfg
View file @
a56c0707
...
@@ -3,6 +3,7 @@ parts =
...
@@ -3,6 +3,7 @@ parts =
cyrus-sasl
cyrus-sasl
extends =
extends =
../zlib/buildout.cfg
../zlib/buildout.cfg
../gdbm/buildout.cfg
[cyrus-sasl]
[cyrus-sasl]
recipe = slapos.recipe.cmmi
recipe = slapos.recipe.cmmi
...
@@ -13,7 +14,7 @@ configure-options =
...
@@ -13,7 +14,7 @@ configure-options =
--disable-digest
--disable-digest
--disable-gssapi
--disable-gssapi
--disable-otp
--disable-otp
--with-dblib=
none
--with-dblib=
gdbm
--without-des
--without-des
--without-openssl
--without-openssl
--without-pam
--without-pam
...
@@ -24,5 +25,5 @@ make-options =
...
@@ -24,5 +25,5 @@ make-options =
-j1
-j1
environment =
environment =
CPPFLAGS=-I${zlib:location}/include
CPPFLAGS=-I${zlib:location}/include
-I${gdbm:location}/include
LDFLAGS=-L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib
LDFLAGS=-L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib
-L${gdbm:location}/lib -Wl,-rpath=${gdbm: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