From c7f7101ec847c81d0cbe5e27f10aa7d4adfc8e17 Mon Sep 17 00:00:00 2001 From: Ben Kero Date: Thu, 11 Feb 2010 23:31:45 -0800 Subject: [PATCH 2/2] Alter sqlite3 to use a gentoo header file instead of having a tcl dependency(YUCK!) --- pts/test-resources/sqlite/downloads.xml | 9 +++++++-- pts/test-resources/sqlite/install.sh | 10 ++++++---- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/pts/test-resources/sqlite/downloads.xml b/pts/test-resources/sqlite/downloads.xml index cc8d0ba..7801ccf 100644 --- a/pts/test-resources/sqlite/downloads.xml +++ b/pts/test-resources/sqlite/downloads.xml @@ -1,8 +1,8 @@ - http://www.sqlite.org/sqlite-3.6.19.tar.gz - aa03cc24a52851bb204fc1e489e195e8 + http://www.sqlite.org/sqlite-3.6.20.tar.gz + 0faf8fc8ccff5297513c6532b2b4ce23 2942005 @@ -10,6 +10,11 @@ 153e725642619e38766ddf8359f65cfe 42835 + + http://distfiles.gentoo.org/distfiles/sqlite3.h-3.6.20.bz2 + 767443e2611092e3cc1f75a924d756df + 56081 + diff --git a/pts/test-resources/sqlite/install.sh b/pts/test-resources/sqlite/install.sh index a06de1c..f511c59 100755 --- a/pts/test-resources/sqlite/install.sh +++ b/pts/test-resources/sqlite/install.sh @@ -1,16 +1,18 @@ #!/bin/sh tar -zxvf pts-sqlite-tests-1.tar.gz -tar -zxvf sqlite-3.6.19.tar.gz +tar -zxvf sqlite-3.6.20.tar.gz +bunzip2 sqlite3.h-3.6.20.bz2 mkdir sqlite_/ -cd sqlite-3.6.19/ -./configure --prefix=$HOME/sqlite_/ +cd sqlite-3.6.20/ +./configure --prefix=$HOME/sqlite_/ --disable-tcl +cp ../sqlite3.h-3.6.20 ./sqlite3.h make echo $? > ~/install-exit-status make install cd .. -rm -rf sqlite-3.6.19/ +rm -rf sqlite-3.6.20/ rm -rf sqlite_/lib/ echo "#!/bin/sh -- 1.6.6