summaryrefslogtreecommitdiff
path: root/astman
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-04-28 19:58:43 +0000
committerMark Spencer <markster@digium.com>2003-04-28 19:58:43 +0000
commit209a6d00f3d3007589c18d8e361e20bd3ce964b9 (patch)
tree231c2b4a80176683c909285164d9ec0c8e8d58e5 /astman
parent5526000ecea9f6df4444818ba633a0d27ab673e5 (diff)
Fix pbx_wilcalu from occupying 100% CPU now that it's nonblocking, and add malloc debug
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@927 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'astman')
-rwxr-xr-xastman/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/astman/Makefile b/astman/Makefile
index 239b11b0e..9698d6280 100755
--- a/astman/Makefile
+++ b/astman/Makefile
@@ -1,4 +1,7 @@
-
+#
+# Don't use ast mm routines
+#
+CFLAGS+=-DNO_AST_MM
TARGET=$(shell if [ -f /usr/include/newt.h ]; then echo "astman"; else echo "none" ; fi)
all: $(TARGET)