FS-7605 remove surplus config flags

This commit is contained in:
William King 2015-06-17 14:37:13 -07:00
parent b42d834193
commit 157cac97e3
1 changed files with 0 additions and 13 deletions

13
debian/rules vendored
View File

@ -76,19 +76,6 @@ override_dh_auto_clean:
--enable-core-odbc-support --enable-zrtp \
--enable-core-pgsql-support \
--prefix=/usr --localstatedir=/var \
--sysconfdir=/etc \
--with-modinstdir=/usr/lib/freeswitch/mod \
--with-rundir=/var/run/freeswitch \
--with-logfiledir=/var/log/freeswitch \
--with-dbdir=/var/lib/freeswitch/db \
--with-htdocsdir=/usr/share/freeswitch/htdocs \
--with-soundsdir=/usr/share/freeswitch/sounds \
--with-storagedir=/var/lib/freeswitch/storage \
--with-cachedir=/var/cache/freeswitch \
--with-grammardir=/usr/share/freeswitch/grammar \
--with-certsdir=/etc/freeswitch/tls \
--with-scriptdir=/usr/share/freeswitch/scripts \
--with-recordingsdir=/var/lib/freeswitch/recordings \
--enable-static-v8 --disable-parallel-build-v8
touch $@