ports

morpheus ports
git clone git://git.2f30.org/ports
Log | Files | Refs | LICENSE

commit 77721592ee41fe8e999542e0d5cc5a50163dde24
parent 3b4090e1912a2ccec90a49785821b3b4c0ab3603
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Mon, 28 Apr 2014 11:54:22 +0000

curl: use c-ares for asynchronous DNS

Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>

Diffstat:
Mcurl/curl.mk | 8+++-----
1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/curl/curl.mk b/curl/curl.mk @@ -1,13 +1,10 @@ TARG = curl -DEPS = zlib openssl +DEPS = zlib openssl cares INSTALL_BIN = src/curl INSTALL_MAN1 = \ docs/curl.1 \ docs/curl-config.1 -# TODO: add libcurl deps (libcurl.a), and curl deps (/bin/curl). -# TODO: --with-ca-path="$prefix"/etc/ssl/certs - <$mkbuild/mk.common curl:QV: @@ -27,7 +24,8 @@ curl:QV: --disable-rtsp \ --without-nss \ --without-libssh2 \ - --with-ssl=$openssl_libdir \ + --with-ssl=${openssl_libdir} \ + --enable-cares=${cares_libdir} \ --with-zlib \ --enable-static \ --enable-ipv6