[Freeswitch-svn] [commit] r8309 - freeswitch/trunk/debian
Freeswitch SVN
anthm at freeswitch.org
Thu May 8 14:50:45 EDT 2008
Author: anthm
Date: Thu May 8 14:50:45 2008
New Revision: 8309
Modified:
freeswitch/trunk/debian/rules
Log:
this is hardcoded now
Modified: freeswitch/trunk/debian/rules
==============================================================================
--- freeswitch/trunk/debian/rules (original)
+++ freeswitch/trunk/debian/rules Thu May 8 14:50:45 2008
@@ -53,10 +53,7 @@
touch modules.conf
echo $(MODULES)
for i in $(MODULES); do echo $$i >> modules.conf; done
- ./configure --prefix=/opt/freeswitch \
- --host=$(DEB_HOST_GNU_TYPE) \
- --build=$(DEB_BUILD_GNU_TYPE) \
- CFLAGS="-D__VIA_HACK__" ${FEATURES}
+ ./configure --prefix=/opt/freeswitch --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) ${FEATURES}
configure: bootstrap.sh
AUTOCONF=${AUTOCONF} ./bootstrap.sh
More information about the Freeswitch-svn
mailing list