diff options
author | Tony Theodore <tonyt@logyst.com> | 2015-12-07 23:33:18 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2015-12-07 23:33:18 (GMT) |
commit | 6ebda0e8118f0195f3d4c6f5a63b158a9272f312 (patch) | |
tree | 955f6014381bb4fac3c2dd9482cb5111047d51c2 /src | |
parent | a1b1fef0b046c0d4fe1450d4b5850b0c1f38c28f (diff) | |
download | mxe-6ebda0e8118f0195f3d4c6f5a63b158a9272f312.zip mxe-6ebda0e8118f0195f3d4c6f5a63b158a9272f312.tar.gz mxe-6ebda0e8118f0195f3d4c6f5a63b158a9272f312.tar.bz2 |
openssl: change second url
primary http and ftp sites only keep the latest version so use secondary
http `.../source/old` in case we haven't yet updated.
fixes #1043
Diffstat (limited to 'src')
-rw-r--r-- | src/openssl.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openssl.mk b/src/openssl.mk index 066093f..bfd46ca 100644 --- a/src/openssl.mk +++ b/src/openssl.mk @@ -8,7 +8,7 @@ $(PKG)_CHECKSUM := 671c36487785628a703374c652ad2cebea45fa920ae5681515df25d9f2c9a $(PKG)_SUBDIR := openssl-$($(PKG)_VERSION) $(PKG)_FILE := openssl-$($(PKG)_VERSION).tar.gz $(PKG)_URL := http://www.openssl.org/source/$($(PKG)_FILE) -$(PKG)_URL_2 := ftp://ftp.openssl.org/source/$($(PKG)_FILE) +$(PKG)_URL_2 := http://www.openssl.org/source/old/$(call tr,$([a-z]),,$($(PKG)_VERSION))/$($(PKG)_FILE) $(PKG)_DEPS := gcc libgcrypt zlib define $(PKG)_UPDATE |