this is hardcoded now

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8309 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-05-08 18:50:45 +00:00
parent 3b6031b242
commit 1a0a6a714d
1 changed files with 1 additions and 4 deletions

5
debian/rules vendored
View File

@ -53,10 +53,7 @@ config.status: configure
touch modules.conf touch modules.conf
echo $(MODULES) echo $(MODULES)
for i in $(MODULES); do echo $$i >> modules.conf; done for i in $(MODULES); do echo $$i >> modules.conf; done
./configure --prefix=/opt/freeswitch \ ./configure --prefix=/opt/freeswitch --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) ${FEATURES}
--host=$(DEB_HOST_GNU_TYPE) \
--build=$(DEB_BUILD_GNU_TYPE) \
CFLAGS="-D__VIA_HACK__" ${FEATURES}
configure: bootstrap.sh configure: bootstrap.sh
AUTOCONF=${AUTOCONF} ./bootstrap.sh AUTOCONF=${AUTOCONF} ./bootstrap.sh