dect
/
asterisk
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asterisk/utils
kpfleming 3dbaf0de9a Merged revisions 207647 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r207647 | kpfleming | 2009-07-21 08:04:44 -0500 (Tue, 21 Jul 2009) | 12 lines
  
  Ensure that user-provided CFLAGS and LDFLAGS are honored.
  
  This commit changes the build system so that user-provided flags (in ASTCFLAGS
  and ASTLDFLAGS) are supplied to the compiler/linker *after* all flags provided
  by the build system itself, so that the user can effectively override the
  build system's flags if desired. In addition, ASTCFLAGS and ASTLDFLAGS can now
  be provided *either* in the environment before running 'make', or as variable
  assignments on the 'make' command line. As a result, the use of COPTS and LDOPTS
  is no longer necessary, so they are no longer documented, but are still supported
  so as not to break existing build systems that supply them when building Asterisk.
........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@207680 f38db490-d61c-443f-a65b-d21fe96a405b
2009-07-21 13:28:04 +00:00
..
Makefile Merged revisions 207647 via svnmerge from 2009-07-21 13:28:04 +00:00
ael_main.c fixes some memory leaks and redundant conditions 2009-06-18 16:37:42 +00:00
astcanary.c Use a SIGPIPE to kill the process, instead of depending upon the astcanary process being inherited by init. 2009-02-24 20:06:48 +00:00
astman.1 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
astman.c incorporates r159808 from branches/1.4: 2008-11-29 17:57:39 +00:00
check_expr.c A possibly "horrible fix" for a "horribly broken" 2008-12-17 05:04:56 +00:00
clicompat.c simplify this file 2007-12-10 08:35:35 +00:00
conf2ael.c fixes some memory leaks and redundant conditions 2009-06-18 16:37:42 +00:00
expr2.testinput Merged revisions 179807 via svnmerge from 2009-03-03 22:12:02 +00:00
extconf.c fixes some memory leaks and redundant conditions 2009-06-18 16:37:42 +00:00
frame.c incorporates r159808 from branches/1.4: 2008-11-29 17:57:39 +00:00
frame.h git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
hashtest.c Merge ast_str_opaque branch (discontinue usage of ast_str internals) 2008-12-13 08:36:35 +00:00
hashtest2.c Merge ast_str_opaque branch (discontinue usage of ast_str internals) 2008-12-13 08:36:35 +00:00
muted.c Fix a few compilation problems found when building Asterisk against uClibc. 2009-07-08 16:43:12 +00:00
refcounter.c This patch corrects a segfault reported in 14289, 2009-01-21 17:21:40 +00:00
smsq.c Application delimiter is ',', not '|'. 2009-04-14 05:27:53 +00:00
stereorize.c fixes some memory leaks and redundant conditions 2009-06-18 16:37:42 +00:00
streamplayer.c bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 branch, and add the ones needed for all the new code here too 2008-11-02 18:52:13 +00:00