]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Fix quoting issue in debian/rules
authorTravis Cross <tc@traviscross.com>
Tue, 23 Apr 2013 10:00:49 +0000 (10:00 +0000)
committerTravis Cross <tc@traviscross.com>
Fri, 31 May 2013 20:40:10 +0000 (20:40 +0000)
This amends commit f93c3f70bfcffa4ac83f1f4e840691371b304722

debian/rules

index 8ba10b444569ec53d11937ccba4cbdc9cb220c32..edfbec884ab2cfd3de3f23319f2cea38397e39b8 100755 (executable)
@@ -7,7 +7,7 @@
 FS_CC?=gcc
 FS_CXX?=g++
 FS_CFLAGS?=-g3 -O2 -fPIC
-FS_CPPFLAGS?='-DSWITCH_STORAGE_DIR="/var/lib/freeswitch/storage"' '-DSWITCH_CERTS_DIR="/etc/freeswitch/tls"'
+FS_CPPFLAGS?=-DSWITCH_STORAGE_DIR='"/var/lib/freeswitch/storage"'
 FS_CXXFLAGS?=$(FS_CFLAGS)
 export PATH?=/usr/lib/ccache:/usr/sbin:/usr/bin:/sbin:/bin
 export CC=$(FS_CC)
@@ -74,6 +74,7 @@ override_dh_auto_clean:
                --with-htdocsdir=/usr/share/freeswitch/htdocs \
                --with-soundsdir=/usr/share/freeswitch/sounds \
                --with-grammardir=/usr/share/freeswitch/grammar \
+               --with-certsdir=/etc/freeswitch/tls \
                --with-scriptdir=/usr/share/freeswitch/scripts \
                --with-recordingsdir=/var/lib/freeswitch/recordings
        touch $@