]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7605 remove surplus config flags
authorWilliam King <william.king@quentustech.com>
Wed, 17 Jun 2015 21:37:13 +0000 (14:37 -0700)
committerWilliam King <william.king@quentustech.com>
Wed, 17 Jun 2015 21:37:18 +0000 (14:37 -0700)
debian/rules

index 56799c6e02c0f559114f125fc2d7864086c6514a..1c12f65412288e82f22c55b6ea0ce47cc92ba81e 100755 (executable)
@@ -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 $@