[Asterisk-cvs] asterisk Makefile,1.115,1.116
markster at lists.digium.com
markster at lists.digium.com
Wed Oct 20 08:42:46 CDT 2004
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv12763
Modified Files:
Makefile
Log Message:
Disable mac lookup, fix compile on NetBSD (bug #2680)
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/Makefile,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -d -r1.115 -r1.116
--- Makefile 3 Oct 2004 13:07:59 -0000 1.115
+++ Makefile 20 Oct 2004 12:47:03 -0000 1.116
@@ -76,7 +76,7 @@
#OPTIONS += -DLOW_MEMORY
# Optional debugging parameters
-DEBUG_THREADS = #-DDEBUG_THREADS #-DDO_CRASH
+DEBUG_THREADS = -DDEBUG_THREADS #-DDO_CRASH
# Uncomment next one to enable ast_frame tracing (for debugging)
TRACE_FRAMES = #-DTRACE_FRAMES
More information about the svn-commits
mailing list