asterisk/addons
Kevin P. Fleming 96e4e31eeb 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: https://origsvn.digium.com/svn/asterisk/trunk@207680 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-07-21 13:28:04 +00:00
..
mp3 Move Asterisk-addons modules into the main Asterisk source tree. 2009-06-30 16:40:38 +00:00
ooh323c Move Asterisk-addons modules into the main Asterisk source tree. 2009-06-30 16:40:38 +00:00
app_mysql.c Rename mysql.conf to app_mysql.conf, make module support both names 2009-06-30 17:10:45 +00:00
app_saycountpl.c Move Asterisk-addons modules into the main Asterisk source tree. 2009-06-30 16:40:38 +00:00
cdr_mysql.c Rename cdr_addon_mysql to cdr_mysql 2009-06-30 17:09:04 +00:00
chan_mobile.c Fix mbl_fixup() in chan_mobile to update newchan->tech_pvt instead of oldchan. 2009-07-09 21:32:31 +00:00
chan_ooh323.c Rename ooh323.conf to chan_ooh323.conf, make module support both names 2009-06-30 17:18:18 +00:00
chan_ooh323.h Move Asterisk-addons modules into the main Asterisk source tree. 2009-06-30 16:40:38 +00:00
format_mp3.c Move Asterisk-addons modules into the main Asterisk source tree. 2009-06-30 16:40:38 +00:00
Makefile Merged revisions 207647 via svnmerge from 2009-07-21 13:28:04 +00:00
ooh323cDriver.c Move Asterisk-addons modules into the main Asterisk source tree. 2009-06-30 16:40:38 +00:00
ooh323cDriver.h Move Asterisk-addons modules into the main Asterisk source tree. 2009-06-30 16:40:38 +00:00
res_config_mysql.c Merged revisions 981 via svnmerge from 2009-07-06 21:37:39 +00:00