fixed ssl certificate bug in wget

This commit is contained in:
Julien Lepiller
2014-04-19 23:15:52 +02:00
parent 4933be3cc8
commit 3b8110bc40

View File

@@ -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()