From 3b8110bc405f9d98b59de85682ece5b10d52c4dd Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Sat, 19 Apr 2014 23:15:52 +0200 Subject: [PATCH] fixed ssl certificate bug in wget --- net-misc/wget/wget-1.14.recipe | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-misc/wget/wget-1.14.recipe b/net-misc/wget/wget-1.14.recipe index a1f31e1c4..f0743dfad 100644 --- a/net-misc/wget/wget-1.14.recipe +++ b/net-misc/wget/wget-1.14.recipe @@ -9,7 +9,7 @@ SRC_URI="http://ftp.gnu.org/gnu/wget/wget-1.14.tar.gz" CHECKSUM_MD5="12edc291dba8127f2e9696e69f36299e" LICENSE="GNU GPL v3" COPYRIGHT="1996-2012 Free Software Foundation" -REVISION="1" +REVISION="2" ARCHITECTURES="x86_gcc2 ?x86 ?x86_64" SECONDARY_ARCHITECTURES="x86" @@ -63,6 +63,8 @@ BUILD() INSTALL() { make install + # Tells wget where to find certificates + echo "ca_certificate=/boot/system/data/ssl/CARootCertificates.pem" > $confDir/wgetrc } TEST()