Skip to content
Snippets Groups Projects
  1. Jan 05, 2018
    • Alexander Traud's avatar
      BuildSystem: Find ptlib-config on Debian/Ubuntu. · af064eaf
      Alexander Traud authored
      The current configure script requires that tool when libpt-dev is installed.
      libpt-dev was installed by libopenh323-dev, bacause you wanted to go for H.323
      based channel drivers.
      
      ASTERISK-25329
      
      Change-Id: I9c6ab78b7246c21536e1d252dcbffe682f63f83d
      af064eaf
  2. Dec 22, 2017
  3. Dec 02, 2017
    • Corey Farrell's avatar
      autoconf: Remove use of m4_ifblank. · 39939cec
      Corey Farrell authored
      The m4_ifblank macro is not available on CentOS 6, reverse conditionals
      to allow use of m4_ifval instead.  ./bootstrap.sh was run but this patch
      does not result in any difference to the generated configure script.
      
      Change-Id: I280785deb872ed8d3339d99cce63a2b54d5f1438
      39939cec
  4. Nov 28, 2017
  5. Jan 29, 2013
  6. May 04, 2011
  7. Jul 23, 2010
  8. Jun 13, 2010
    • Tzafrir Cohen's avatar
      bashism in configure script · 2743e9b2
      Tzafrir Cohen authored
      Theoretically the ./configure script is a pure bourne-shell script.
      Practically it may be run by bash if /bin/sh is not good enough. But we should not count on it. See bug report for the gory details.
      
      (closes issue #17485)
      Patches:
            0001-remove-bashism-from-ast_check_pwlib.m4.patch uploaded by tzafrir (license 46)
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@270184 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      2743e9b2
  9. Feb 18, 2009
    • Jeff Peeler's avatar
      Modify h323 to build against PTLib as well as the older PWLib · c8fe75da
      Jeff Peeler authored
      Several changes in PTLib have occurred requiring build time detection. Changes
      accounted for include the library name change, config option change, install
      location change, and a boolean type change which is handled by ast_ptlib.h.
      Also, the sed check has been modified to properly work with autoconf >= 2.62.
      
      (closes issue #14224)
      Reported by: bergolth
      Patches:
            asterisk-autoconf-sed.patch uploaded by bergolth (license 661)
            asterisk-pwlib-v3.patch uploaded by bergolth (license 661)
      Tested by: jpeeler
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@177162 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      c8fe75da
  10. Oct 20, 2008
Loading