]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Revert "FS-7605 remove surplus config flags"
authorWilliam King <william.king@quentustech.com>
Thu, 18 Jun 2015 00:30:51 +0000 (17:30 -0700)
committerWilliam King <william.king@quentustech.com>
Thu, 18 Jun 2015 00:30:51 +0000 (17:30 -0700)
This reverts commit 157cac97e3eaf6e9d792232ec19859d8c7464f89.

debian/rules

index b4d6ecf215ae0978e3313bdd5f698d50e431d1ee..8f4ce2de02ed5e0188954cde39232c89362a6f44 100755 (executable)
@@ -77,6 +77,19 @@ 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 $@