[Freeswitch-svn] [commit] r11657 - freeswitch/trunk/debian

FreeSWITCH SVN nicholas at freeswitch.org
Thu Feb 5 09:29:11 PST 2009


Author: nicholas
Date: Thu Feb  5 11:29:11 2009
New Revision: 11657

Log:
fixed an configure error in rules

Modified:
   freeswitch/trunk/debian/rules

Modified: freeswitch/trunk/debian/rules
==============================================================================
--- freeswitch/trunk/debian/rules	(original)
+++ freeswitch/trunk/debian/rules	Thu Feb  5 11:29:11 2009
@@ -61,7 +61,7 @@
 	touch modules.conf
 	echo $(MODULES)
 	for i in $(MODULES); do echo $$i >> modules.conf; done
-	./configure --prefix=/opt/freeswitch --with-modinstdir=/usr/lib/freeswitch/modules --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) ${FEATURES}
+	./configure --prefix=/opt/freeswitch --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) ${FEATURES}
 
 configure:
 	if test ! -f Makefile.in ;  then \



More information about the Freeswitch-svn mailing list