From: Yossi Neiman Date: Mon, 22 Jan 2007 22:08:13 +0000 (+0000) Subject: Commented out the CFLAGS in mod_cdr for using my apr_queue enhancements by default. X-Git-Tag: v1.0-beta1~1312 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26bbed3d92c7914f6e0b327dcb797fd027441cab;p=thirdparty%2Ffreeswitch.git Commented out the CFLAGS in mod_cdr for using my apr_queue enhancements by default. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4023 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/event_handlers/mod_cdr/Makefile b/src/mod/event_handlers/mod_cdr/Makefile index 8be30ba72c..6f72c21bf0 100644 --- a/src/mod/event_handlers/mod_cdr/Makefile +++ b/src/mod/event_handlers/mod_cdr/Makefile @@ -1,6 +1,6 @@ CFLAGS += $(shell mysql_config --include) -CFLAGS += -DSWITCH_QUEUE_ENHANCED +#CFLAGS += -DSWITCH_QUEUE_ENHANCED LDFLAGS += $(shell mysql_config --libs) #LDFLAGS += -lcurl