buildout.cfg 478 Bytes
Newer Older
1
[buildout]
2
extends = ../libressl/buildout.cfg
3 4 5 6 7

parts =
  stunnel

[stunnel]
8
recipe = slapos.recipe.cmmi
9 10
url = https://www.stunnel.org/downloads/archive/5.x/stunnel-5.14.tar.gz
md5sum = e716501960dc6856d80f92547298f724
11 12 13
configure-options =
  --enable-ipv6
  --disable-libwrap
14
  --disable-fips
15
  --with-ssl=${libressl:location}
16 17
environment =
  CPPFLAGS=-I${zlib:location}/include
18
  LDFLAGS=-Wl,-rpath=${libressl:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib