projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a057d13
)
[packages] curl: enable IPv6 if CONFIG_IPV6 is set (#8547)
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 14 Jan 2011 11:41:11 +0000
(11:41 +0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 14 Jan 2011 11:41:11 +0000
(11:41 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24986
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
libs/curl/Makefile
patch
|
blob
|
history
diff --git
a/libs/curl/Makefile
b/libs/curl/Makefile
index
db6617b
..
356be50
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" \