From: Vanya Sergeev <vsergeev@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] libcurl: enabled IPv6 support
Date: Mon, 23 Apr 2012 02:46:04 -0400 [thread overview]
Message-ID: <1335163564-1368-1-git-send-email-vsergeev@gmail.com> (raw)
From: vsergeev <vsergeev@gmail.com>
Modified libcurl package Makefile to pass the configure option for IPv6 support
if BR2_INET_IPV6 is set.
Signed-off-by: Vanya Sergeev <vsergeev@gmail.com>
---
package/libcurl/libcurl.mk | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/package/libcurl/libcurl.mk b/package/libcurl/libcurl.mk
index e094e31..127d9ca 100644
--- a/package/libcurl/libcurl.mk
+++ b/package/libcurl/libcurl.mk
@@ -10,6 +10,10 @@ LIBCURL_SITE = http://curl.haxx.se/download
LIBCURL_INSTALL_STAGING = YES
LIBCURL_CONF_OPT = --disable-verbose --disable-manual --enable-hidden-symbols
+ifeq ($(BR2_INET_IPV6),y)
+LIBCURL_CONF_OPT += --enable-ipv6
+endif
+
ifeq ($(BR2_PACKAGE_OPENSSL),y)
LIBCURL_DEPENDENCIES += openssl
LIBCURL_CONF_ENV += ac_cv_lib_crypto_CRYPTO_lock=yes
--
1.7.10
next reply other threads:[~2012-04-23 6:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-23 6:46 Vanya Sergeev [this message]
2012-04-24 20:35 ` [Buildroot] [PATCH] libcurl: enabled IPv6 support Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1335163564-1368-1-git-send-email-vsergeev@gmail.com \
--to=vsergeev@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox