From 0c5dfb741fdc25b04fd32b75e3312ca4c26203da Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Fri, 31 Jan 2014 17:51:45 +0100 Subject: [PATCH] testing: Fetch the FreeRADIUS tarball from the "old" directory Fixes #483. --- testing/scripts/recipes/003_freeradius.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/scripts/recipes/003_freeradius.mk b/testing/scripts/recipes/003_freeradius.mk index 631c8b68a..05ed8b38c 100644 --- a/testing/scripts/recipes/003_freeradius.mk +++ b/testing/scripts/recipes/003_freeradius.mk @@ -3,7 +3,7 @@ PV = 2.2.1 PKG = freeradius-server-$(PV) TAR = $(PKG).tar.bz2 -SRC = ftp://ftp.freeradius.org/pub/freeradius/$(TAR) +SRC = ftp://ftp.freeradius.org/pub/freeradius/old/$(TAR) NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)