projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fa2ae3
)
[packages] curl: enable IPv6 if CONFIG_IPV6 is set (#8547)
author
Jo-Philipp Wich
<
[email protected]
>
Fri, 14 Jan 2011 11:41:11 +0000
(11:41 +0000)
committer
Jo-Philipp Wich
<
[email protected]
>
Fri, 14 Jan 2011 11:41:11 +0000
(11:41 +0000)
SVN-Revision: 24986
libs/curl/Makefile
patch
|
blob
|
history
diff --git
a/libs/curl/Makefile
b/libs/curl/Makefile
index db6617b5be66de772312c1bfa9b068538c15b86d..356be50f517d8604a58face98d0df4d718b767e4 100644
(file)
--- a/
libs/curl/Makefile
+++ b/
libs/curl/Makefile
@@
-77,6
+77,7
@@
CONFIGURE_ARGS += \
--without-nss \
--without-libssh2 \
--with-zlib="$(STAGING_DIR)/usr" \
+ $(call autoconf_bool,CONFIG_IPV6,ipv6) \
CONFIGURE_VARS += \
LDFLAGS="$$$$LDFLAGS -lcrypto -lssl -lz" \