PROJECT_MOVED -> https://lab.nexedi.com/nexedi/slapos
[slapos.git] / component / curl / buildout.cfg
1 # libcurl - the multiprotocol file transfer library
2 # http://curl.haxx.se/
3
4 [buildout]
5 extends =
6   ../openssl/buildout.cfg
7   ../perl/buildout.cfg
8   ../pkgconfig/buildout.cfg
9   ../zlib/buildout.cfg
10 parts =
11   curl
12
13 [curl]
14 recipe = slapos.recipe.cmmi
15 url = http://curl.haxx.se/download/curl-7.47.0.tar.bz2
16 md5sum = 85c58a00412476993050cb242a3f365d
17 configure-options =
18   --disable-static
19   --disable-ldap
20   --disable-ldaps
21   --disable-rtsp
22   --disable-dict
23   --disable-telnet
24   --disable-tftp
25   --disable-pop3
26   --disable-imap
27   --disable-smtp
28   --disable-gopher
29   --enable-ipv6
30   --disable-sspi
31   --with-zlib=${zlib:location}
32   --with-ssl=${openssl:location}
33   --without-gnutls
34   --without-polarssl
35   --without-mbedtls
36   --without-cyassl
37   --without-nss
38   --without-axtls
39   --without-libpsl
40   --without-libmetalink
41   --without-libssh2
42   --without-librtmp
43   --without-libidn
44   --without-nghttp2
45
46 environment =
47   PATH=${perl:location}/bin:${pkgconfig:location}/bin:%(PATH)s
48   PKG_CONFIG_PATH=${openssl:location}/lib/pkgconfig
49   LDFLAGS=-Wl,-rpath=${zlib:location}/lib -Wl,-rpath=${openssl:location}/lib