Skip to content

Commit

Permalink
Change patchelf download to query the actual server, not our archive.…
Browse files Browse the repository at this point in the history
…org version. (It's on the cache now, so we'll get it from the cache almost always)
  • Loading branch information
staticfloat committed Feb 23, 2015
1 parent e17a259 commit bfb243e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1687,7 +1687,7 @@ compile-patchelf: install-patchelf
install-patchelf: $(PATCHELF_TARGET)

patchelf-$(PATCHELF_VER).tar.gz:
$(JLDOWNLOAD) $@ https:https://ia601003.us.archive.org/29/items/julialang/mirror/patchelf-$(PATCHELF_VER).tar.gz
$(JLDOWNLOAD) $@ http:https://nixos.org/releases/patchelf/patchelf-$(PATCHELF_VER)/patchelf-$(PATCHELF_VER).tar.gz
patchelf-$(PATCHELF_VER)/configure: patchelf-$(PATCHELF_VER).tar.gz
$(JLCHECKSUM) $<
$(TAR) zxf $<
Expand Down

0 comments on commit bfb243e

Please sign in to comment.