From 43dbb6c152ea452b65a03dec1fbe45b36770fdc6 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Mon, 29 Oct 2007 13:28:03 +0000 Subject: [PATCH] fix for FSBUILD-24 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6083 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/endpoints/mod_wanpipe/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mod/endpoints/mod_wanpipe/Makefile b/src/mod/endpoints/mod_wanpipe/Makefile index 5a946ddac5..cb767f4d86 100644 --- a/src/mod/endpoints/mod_wanpipe/Makefile +++ b/src/mod/endpoints/mod_wanpipe/Makefile @@ -1,6 +1,6 @@ BASE=../../../.. -LIBPRI_HOST=http://ftp.digium.com/pub/libpri -LIBPRI=libpri-1.2.5 +LIBPRI_HOST=http://downloads.digium.com/pub/libpri +LIBPRI=libpri-1.2.6 LIBPRI_FILE=$(LIBPRI).tar.gz LIBPRI_DIR=$(BASE)/libs/$(LIBPRI) WANPIPE=wanpipe-3.1.1