aboutsummaryrefslogtreecommitdiffstats
path: root/astman
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-28 19:58:43 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-28 19:58:43 +0000
commitcdcc0356202a00cdca21c989b71fe7376d81a895 (patch)
tree231c2b4a80176683c909285164d9ec0c8e8d58e5 /astman
parent17d587b621e47b46e4a4d92ce2b3709e5255f3f4 (diff)
Fix pbx_wilcalu from occupying 100% CPU now that it's nonblocking, and add malloc debug
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@927 f38db490-d61c-443f-a65b-d21fe96a405b
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)