Require sqlite as a system dependency

This purges sqlite from our tree and requires it to be present on the
system for building and running FreeSWITCH.

FS-353
This commit is contained in:
Travis Cross
2014-03-20 22:05:23 +00:00
parent 8574988c3a
commit cde20f6fe6
424 changed files with 13 additions and 210479 deletions

1
debian/bootstrap.sh vendored
View File

@@ -286,6 +286,7 @@ Build-Depends:
libc6-dev (>= 2.11.3), make (>= 3.81),
libpcre3-dev,
libedit-dev (>= 2.11),
libsqlite3-dev,
wget, pkg-config,
# core codecs
libogg-dev, libspeex-dev, libspeexdsp-dev,