index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
summary
refs
log
tree
commit
diff
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Felix Fietkau <nbd@openwrt.org>
2014-09-25 10:37:06 +0000
committer
Felix Fietkau <nbd@openwrt.org>
2014-09-25 10:37:06 +0000
commit
5ad7d7cc970ead8534a4c73ea944ccc800731641
(
patch
)
tree
0a4777f15b34c735a6ea983e5176777b7a8124dd
parent
d282ccf3838c5cf992107ecd973d27bf12019c2e
(
diff
)
curl: use the system certificates
Signed-off-by: Cristian Morales Vega <cristian@samknows.com> SVN-Revision: 42661
Diffstat
-rw-r--r--
package/network/utils/curl/Makefile
1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/network/utils/curl/Makefile b/package/network/utils/curl/Makefile
index 0bb8323b33..2c6e6ea2b7 100644
--- a/
package/network/utils/curl/Makefile
+++ b/
package/network/utils/curl/Makefile
@@ -97,6 +97,7 @@ CONFIGURE_ARGS += \
--disable-manual \
--disable-verbose \
--without-ca-bundle \
+ --with-ca-path=/etc/ssl/certs/ \
--without-krb4 \
--without-libidn \
--without-nss \