aboutsummaryrefslogtreecommitdiffstats
path: root/main/Makefile
AgeCommit message (Expand)AuthorFilesLines
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
2006-09-21add another attempt to strip non-API symbols from the final binary... script ...kpfleming1-1/+2
2006-09-21remove this change... it requires binutils 2.17kpfleming1-1/+1
2006-09-20don't let symbols from included static libraries (like codec/ilbc) pollute th...kpfleming1-1/+1
2006-09-19Mergeing in Paul Cadach's chan_h323 changes *holds breath*mattf1-1/+8
2006-09-18it appears that current Mac OS/X does not need the poll compatibility module ...kpfleming1-5/+1
2006-09-15Many Solaris fixes - this moves some of the stuff from utils.c to strcompat.cqwell1-2/+2
2006-08-26GNU make already knows how to quietly ignore non-existent files in 'include' ...kpfleming1-8/+1
2006-08-26ensure that cross-compiler info is removed from the enviroment before configu...kpfleming1-1/+1
2006-08-26more optimizations for embedded systems:kpfleming1-2/+8
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-0/+138