Signed-off-by: Lucas Stach <[email protected]> --- rules/glu.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/glu.make b/rules/glu.make index 6eab71036597..1b36cf1feb70 100644 --- a/rules/glu.make +++ b/rules/glu.make @@ -18,7 +18,7 @@ GLU_VERSION := 9.0.2 GLU_MD5 := 2b0f13fa5b949bfb3a995927c6e35125 GLU := glu-$(GLU_VERSION) GLU_SUFFIX := tar.xz -GLU_URL := ftp://ftp.freedesktop.org/pub/mesa/glu/$(GLU).$(GLU_SUFFIX) +GLU_URL := https://mesa.freedesktop.org/archive/glu/$(GLU).$(GLU_SUFFIX) GLU_SOURCE := $(SRCDIR)/$(GLU).$(GLU_SUFFIX) GLU_DIR := $(BUILDDIR)/$(GLU) GLU_LICENSE := SGI-B-2.0 AND SGI-B-1.1 -- 2.39.2
