From: William King Date: Wed, 17 Jun 2015 21:37:13 +0000 (-0700) Subject: FS-7605 remove surplus config flags X-Git-Tag: v1.6.2~454 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=157cac97e3eaf6e9d792232ec19859d8c7464f89;p=thirdparty%2Ffreeswitch.git FS-7605 remove surplus config flags --- diff --git a/debian/rules b/debian/rules index 56799c6e02..1c12f65412 100755 --- a/debian/rules +++ b/debian/rules @@ -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 $@