Merged in roptat/haikuports (pull request #163)

actually fixed wget ca-certificate bug
This commit is contained in:
Adrien Destugues
2014-04-21 11:42:28 +02:00

View File

@@ -45,6 +45,10 @@ USER_SETTINGS_FILES="
settings/wgetrc
"
GLOBAL_WRITABLE_FILES="
settings/wgetrc keep-old
"
PATCHES="
wget-1.14.patch
wget-1.14-build-fixes.patch
@@ -64,7 +68,7 @@ INSTALL()
{
make install
# Tells wget where to find certificates
echo "ca_certificate=/boot/system/data/ssl/CARootCertificates.pem" > $confDir/wgetrc
echo "ca_certificate=/boot/system/data/ssl/CARootCertificates.pem" > $settingsDir/wgetrc
}
TEST()