aboutsummaryrefslogtreecommitdiffstats
path: root/main/Makefile
AgeCommit message (Expand)AuthorFilesLines
2010-03-23Revert revisions 254046 and 254098.qwell1-1/+1
2010-03-23Allow out-of-tree modules to load, regardless of DEBUG_THREADS/DEBUG_CHANNEL_...qwell1-1/+1
2010-03-21Fix final link on FreeBSD by adding the PTHREAD_CFLAGS.russell1-2/+2
2010-01-25Err, and use the new menuselect define, too.tilghman1-2/+2
2010-01-25Restore FreeBSD to able-to-compile-ish-modetilghman1-2/+2
2010-01-25Buildbot pointed out an error (thanks, buildbot!)tilghman1-4/+4
2010-01-25Oops, should have used CMD_PREFIX, not ECHO_PREFIX, for the commands.tilghman1-4/+4
2010-01-25Make the build of the Asterisk expression parser match that of the AEL parser.tilghman1-5/+15
2009-08-01Minor changes inspired by testing with latest GCC.kpfleming1-1/+1
2009-07-21Ensure that user-provided CFLAGS and LDFLAGS are honored.kpfleming1-8/+8
2009-04-09Add debugging mode for diagnosing file descriptor leaks.tilghman1-1/+1
2009-03-18Fix cases where the internal poll() was not being used when it needed to be.russell1-11/+1
2009-03-18Improve the build system to *properly* remove unnecessary symbols from the ru...kpfleming1-5/+8
2009-03-18revert commit that included extranous changeskpfleming1-8/+5
2009-03-18Improve the build system to *properly* remove unnecessary symbols from the ru...kpfleming1-5/+8
2009-02-19This patch fixes a problem with 8-bit input to the ast_expr2 scanner.murf1-1/+1
2008-07-18remove the dlfcn compatibility stuff, because no platforms that Asterisk curr...kpfleming1-4/+0
2008-07-03ensure that DAHDI_INCLUDE and ZAPTEL_INCLUDE are added in all the places neededkpfleming1-2/+1
2008-05-14Add linux-gnueabi in.file1-1/+1
2008-04-04Pass in the path to Zaptel for systems that install Zaptel headers in a separ...file1-0/+1
2008-03-11check for compiler support for -fno-strict-overflow before using it (tested w...kpfleming1-1/+1
2008-03-11fix up various compiler warnings found with gcc-4.3:kpfleming1-0/+4
2008-02-28Compatibility fix for PPC64tilghman1-1/+1
2008-01-29Fix the last couple of issues related to building from a path that contains s...russell1-2/+2
2008-01-16Replace current spy architecture with backport of audiohooks. This should tak...file1-1/+2
2008-01-11Backport the ability to set the ToS bits on Linux when not running as root.russell1-0/+3
2008-01-10This is a fix for 2 things: a problem Terry was having in OSX with null point...murf1-2/+2
2007-12-03A big one...mmichelson1-1/+1
2007-10-23this update to Makefile corrects how ast_expr2f.c should be generatedmurf1-0/+2
2007-08-29If chan_h323 is not being built, don't use g++ to do the final link of Asterisk.russell1-0/+4
2007-08-22Merge changes from team/russell/iax_refcount.russell1-1/+1
2007-07-03Removing expr floating patch from 1.4; too much of a behavior change. If you ...murf1-1/+1
2007-07-02support for floating point numbers added to ast_expr2 $\[...\] exprs. Fixes b...murf1-1/+1
2007-04-10File upload support was added to solve some needs for the Asterisk GUI.russell1-7/+1
2007-04-06To be able to achieve the things that we would like to achieve with therussell1-1/+7
2007-03-30Add linux-uclibc host arch..."thingy". Sorry, I don't know what it's called...qwell1-1/+1
2007-02-07The clean target actually needs to run "distclean" on editline. This isrussell1-1/+1
2007-01-29Add a missing quotation mark. This was pointed out by jcmoore on #asterisk-dev.russell1-1/+1
2007-01-29ASTLDFLAGS needs to be passed to the editline configure script as LDFLAGS.russell1-1/+1
2007-01-24Merge in dialing API and the app_page that uses it. (issue #BE-118)file1-1/+1
2007-01-18Ensure that the locations given to the Asterisk configure script for ncurses,russell1-2/+2
2007-01-15use the ACX_PTHREAD macro from the Autoconf macro archive for setting up comp...kpfleming1-1/+1
2007-01-04add support for tracking thread-local-storage objects that exist via 'threads...kpfleming1-1/+1
2006-12-18remove some now-unnecessary explicit includes of autoconfig.hkpfleming1-0/+1
2006-12-16simplify dependency tracking system, using the compiler's built-in method for...kpfleming1-1/+0
2006-11-01Force poll() emulation for Darwin to always be on. It's too broken to conside...file1-1/+6
2006-09-30fix two recent build problems:rizzo1-1/+1
2006-09-29yet another place where we were not using the correct CFLAGS by defaultkpfleming1-1/+1
2006-09-29missed one conversion to ASTCFLAGSkpfleming1-1/+1
2006-09-29don't abuse CFLAGS and LDFLAGS for build of Asterisk components, because they...kpfleming1-4/+4