# HG changeset patch # User Volker Grabsch # Date 1272896739 -7200 # Node ID be2d3c7fa0ba28b0a2a2888885438d80b762c289 # Parent 096553bf7955806e9b7c9b2ee39e62bc61f7f25b avoid SSL issues with "https://..." URLs when checking for updates of packages gcc-mpc and gcc-mpfr (by Tony Theodore) diff -r 096553bf7955 -r be2d3c7fa0ba src/gcc-mpc.mk --- a/src/gcc-mpc.mk Mon May 03 16:09:10 2010 +0200 +++ b/src/gcc-mpc.mk Mon May 03 16:25:39 2010 +0200 @@ -13,7 +13,7 @@ $(PKG)_DEPS := define $(PKG)_UPDATE - wget -q -O- 'https://gforge.inria.fr/scm/viewvc.php/tags/?root=mpc&sortby=date' | \ + wget -q --no-check-certificate -O- 'https://gforge.inria.fr/scm/viewvc.php/tags/?root=mpc&sortby=date' | \ $(SED) -n 's,.*