parent
c1060f5d18
commit
b6ca76e443
|
@ -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 $@
|
||||
|
|
Loading…
Reference in New Issue