Commit a56c0707 authored by Vincent Pelletier's avatar Vincent Pelletier

cyrus-sasl: Enable gdbm support.

parent 3a0f5ce9
...@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment