add --enable-loadable-sqlite-extensions flag

sqlite is a very useful and basic database plugin for using, should be enabled by default
This commit is contained in:
惜别
2021-04-04 03:35:33 +08:00
committed by GitHub
parent 2b1fcdec7b
commit 1122484a60

View File

@@ -141,7 +141,7 @@ compileInstall(){
echo "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/openssl/lib" >> $HOME/.bashrc
source $HOME/.bashrc
downloadPackage
./configure --enable-optimizations --with-openssl=/usr/local/openssl
./configure --enable-optimizations --enable-loadable-sqlite-extensions --with-openssl=/usr/local/openssl
make && make install
fi