From: drowe67 Date: Fri, 7 Mar 2008 23:17:02 +0000 (+0000) Subject: updated php-sqlite3 URL X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=01faea91ac00b78f43d9d73714c5a3379f58fa4f;p=freetel-svn-tracking.git updated php-sqlite3 URL git-svn-id: https://svn.code.sf.net/p/freetel/code@10 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/freepbx-sandbox/Makefile b/freepbx-sandbox/Makefile index 589fcd8f..34d5c17e 100644 --- a/freepbx-sandbox/Makefile +++ b/freepbx-sandbox/Makefile @@ -95,7 +95,7 @@ pear-db: $(ROOT)/lib/php/.db-installed PHP-SQLITE3_VERSION=0.5 PHP-SQLITE3_DIRNAME=sqlite3-$(PHP-SQLITE3_VERSION) PHP-SQLITE3_DIR=$(BUILD_DIR)/$(PHP-SQLITE3_DIRNAME) -PHP-SQLITE3_SITE=http://downloads.sourceforge.net/php-sqlite3/ +PHP-SQLITE3_SITE=http://optusnet.dl.sourceforge.net/sourceforge/php-sqlite3/ PHP-SQLITE3_SOURCE=sqlite3-$(PHP-SQLITE3_VERSION).tgz PHP-SQLITE3_CONFIGURE_OPTS=--prefix=$(ROOT) \ --with-sqlite3=$(ROOT) \ @@ -117,7 +117,7 @@ $(PHP-SQLITE3_DIR)/.built: $(PHP-SQLITE3_DIR)/.configured cd $(PHP-SQLITE3_DIR); make cd $(PHP-SQLITE3_DIR); make install - # use my hacked up sqlite3.php for PHP 5. We use a sym link so that + # use modified sqlite3.php for PHP 5. We use a sym link so that # we can edit it in place and capture changes to source control ln -sf $(TOPDIR)/files/sqlite3.php $(ROOT)/lib/php/DB/sqlite3.php