Commit a56c0707 authored by Vincent Pelletier's avatar Vincent Pelletier

cyrus-sasl: Enable gdbm support.

parent 3a0f5ce9
......@@ -3,6 +3,7 @@ parts =
cyrus-sasl
extends =
../zlib/buildout.cfg
../gdbm/buildout.cfg
[cyrus-sasl]
recipe = slapos.recipe.cmmi
......@@ -13,7 +14,7 @@ configure-options =
--disable-digest
--disable-gssapi
--disable-otp
--with-dblib=none
--with-dblib=gdbm
--without-des
--without-openssl
--without-pam
......@@ -24,5 +25,5 @@ make-options =
-j1
environment =
CPPFLAGS=-I${zlib:location}/include
LDFLAGS=-L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib
CPPFLAGS=-I${zlib:location}/include -I${gdbm:location}/include
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