Skip to content
Snippets Groups Projects
  1. Mar 19, 2018
  2. Mar 17, 2018
  3. Mar 16, 2018
  4. Mar 15, 2018
  5. Mar 14, 2018
  6. Mar 13, 2018
  7. Mar 12, 2018
  8. Mar 11, 2018
  9. Mar 09, 2018
    • Alexander Traud's avatar
      BuildSystem: Add NetBSD. · 5b525c97
      Alexander Traud authored
      Headers, libraries, and rpath.
      
      ASTERISK-27728
      ASTERISK-11015
      Reported by: Curt Sampson
      
      Change-Id: I50aa5fcd095937df32a2e33307caac7e79a8b5b7
      5b525c97
    • Alexander Traud's avatar
      BuildSystem: For consistency, avoid double-checking via if clauses. · c5f23329
      Alexander Traud authored
      In the script ./configure, AST_EXT_LIB_CHECK and AST_PKG_CONFIG_CHECK first test
      whether parameter 1 was already found. Consequently, an if-test on PBX_ just a
      line below is redundant, if exactly the same parameter 1 is used again.
      
      No performance gain is expected by this change. However, because this strategy
      is used all over in ./configure except for two places, this change aims to
      create more consistency: Only do something different if there is a reason to do
      so.
      
      Change-Id: I4a6f48127b7af3a48168c917e888be1f70625027
      c5f23329
Loading