[zaptel-commits] tzafrir: branch 1.4 r2522 -
/branches/1.4/xpp/Makefile
zaptel-commits at lists.digium.com
zaptel-commits at lists.digium.com
Thu May 17 07:27:43 MST 2007
Author: tzafrir
Date: Thu May 17 09:27:43 2007
New Revision: 2522
URL: http://svn.digium.com/view/zaptel?view=rev&rev=2522
Log:
The debugfs code seems to have some bad sideeffects when badly used.
So don't enable it by default.
(From chabgeset 2520)
Modified:
branches/1.4/xpp/Makefile
Modified: branches/1.4/xpp/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.4/xpp/Makefile?view=diff&rev=2522&r1=2521&r2=2522
==============================================================================
--- branches/1.4/xpp/Makefile (original)
+++ branches/1.4/xpp/Makefile Thu May 17 09:27:43 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