osx: sqlite with rtree
This commit is contained in:
parent
caf541d87e
commit
271dfc0ff1
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ export LDFLAGS=$CORE_LDFLAGS
|
|||
wget http://www.sqlite.org/sqlite-autoconf-3070701.tar.gz
|
||||
tar xvf sqlite-autoconf-3070701.tar.gz
|
||||
cd sqlite-autoconf-3070701
|
||||
export CFLAGS="-DSQLITE_ENABLE_RTREE=1 -O3 "$CFLAGS
|
||||
./configure --prefix=$PREFIX --enable-static --disable-shared --disable-dependency-tracking
|
||||
make -j4
|
||||
make install
|
||||
|
|
Loading…
Reference in a new issue