curl: add more options to configure

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-06-19 03:48:21 +02:00
parent bd72888008
commit 21b0b25037

View File

@ -16,14 +16,52 @@ cd $PKG_BUILD
--disable-static \
--enable-shared \
--disable-debug \
--enable-optimize \
--enable-warnings \
--disable-curldebug \
--disable-ares \
--enable-largefile \
--enable-http \
--enable-ftp \
--enable-file \
--disable-ldap \
--disable-ldaps \
--disable-rtsp \
--enable-proxy \
--disable-dict \
--enable-telnet \
--enable-tftp \
--disable-pop3 \
--disable-imap \
--disable-smtp \
--disable-manual \
--enable-libgcc \
--disable-ipv6 \
--enable-nonblocking \
--enable-threaded-resolver \
--enable-verbose \
--disable-sspi \
--enable-crypto-auth \
--enable-cookies \
--enable-hidden-symbols \
--disable-soname-bump \
--with-gnu-ld \
--without-krb4 \
--without-spnego \
--without-gssapi \
--with-ssl \
--with-zlib \
--without-egd-socket \
--enable-thread \
--with-random=/dev/urandom \
--without-gnutls \
--without-polarssl \
--without-nss \
--with-ca-bundle="/etc/ssl/certs/ca-bundle.crt" \
--without-ca-path \
--without-libssh2 \
--with-librtmp \
--without-libidn \
make