From 1a0a6a714dbf1f1c12e9e1435e24c0304c7db651 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 8 May 2008 18:50:45 +0000 Subject: [PATCH] this is hardcoded now git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8309 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- debian/rules | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index 7317dfe2ad..4f48bc4b84 100755 --- a/debian/rules +++ b/debian/rules @@ -53,10 +53,7 @@ config.status: configure 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