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:
parent
3b6031b242
commit
1a0a6a714d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue