From: Michael Jerris Date: Mon, 29 Oct 2007 13:28:03 +0000 (+0000) Subject: fix for FSBUILD-24 X-Git-Tag: v1.0-beta2~291 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43dbb6c152ea452b65a03dec1fbe45b36770fdc6;p=thirdparty%2Ffreeswitch.git fix for FSBUILD-24 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6083 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- 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