sqlite3 - statically linked for M92 (arm-linux)
(source was sqlite3-3.6.22)

===installation OPTIONAL=== (may make sense, if other scripts call it ;) )
install script will place it into /usr/local/bin (unless you modified the directory ;))
uninstall will remove it from /usr/local/bin

enjoy!

===build instructions===
mkdir -p build/arm
. ../../../../openboox_sdk_setup.sh
./configure --prefix=`pwd`/build/arm --host=arm-linux --disable-tcl
mv Makefile Makefile.orig
cat Makefile.orig | sed 's/\.la/.a/g'  > Makefile
make
/opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-linux-strip sqlite3
make install

