1. 14 1月, 2014 18 次提交
  2. 13 1月, 2014 4 次提交
  3. 11 1月, 2014 4 次提交
  4. 10 1月, 2014 6 次提交
  5. 09 1月, 2014 5 次提交
  6. 08 1月, 2014 3 次提交
    • Chris Rienzo's avatar
      mod_rayo remove hack for stopping fax · 32bbe11d
      Chris Rienzo 提交于
      32bbe11d
    • Chris Rienzo's avatar
      mod_spandsp added stopfax APP · 2cb5f430
      Chris Rienzo 提交于
      2cb5f430
    • Travis Cross's avatar
      Prevent -lfoo lib flags from becoming dependencies · 396ccaff
      Travis Cross 提交于
      Previously we were including the output of `apr-1-config/apu-1-config
      --libs` into CORE_LIBS.  This seemed sensible as CORE_LIBS is added in
      the right places to various _LDADD and _LIBADD variables.  However we
      also use the value of CORE_LIBS as dependencies in the makefile.
      Astonishingly this doesn't seem to cause any issues on most
      platforms (or we would have noticed sooner), but it does break things
      on Mac.
      
      Thanks-to: Seven Du <dujinfang@gmail.com>
      
      FS-5956 --resolve
      396ccaff