[zaptel-commits] tzafrir: branch 1.2 r2520 - /branches/1.2/xpp/Makefile

zaptel-commits at lists.digium.com zaptel-commits at lists.digium.com
Thu May 17 06:06:57 MST 2007


Author: tzafrir
Date: Thu May 17 08:06:57 2007
New Revision: 2520

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2520
Log:
The debugfs code seems to have some bad sideeffects when badly used.
So don't enable it by default.

Modified:
    branches/1.2/xpp/Makefile

Modified: branches/1.2/xpp/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.2/xpp/Makefile?view=diff&rev=2520&r1=2519&r2=2520
==============================================================================
--- branches/1.2/xpp/Makefile (original)
+++ branches/1.2/xpp/Makefile Thu May 17 08:06:57 2007
@@ -7,9 +7,6 @@
 			-DWITH_ECHO_SUPPRESSION	\
 			-DPROTOCOL_DEBUG
 
-ifneq	(,$(filter y m,$(CONFIG_DEBUG_FS)))
-EXTRA_CFLAGS	+=	-DXPP_DEBUGFS
-endif
 ifneq	(,$(shell grep -w echo_can_state_t $(ZAPTEL_DIR)/zaptel.h))
 EXTRA_CFLAGS	+=	-DZAPTEL_EC_TYPEDEF
 endif



More information about the zaptel-commits mailing list