Skip to content
Snippets Groups Projects
  1. Dec 05, 2017
    • Sebastian Kemper's avatar
      asterisk-13.x: speed up menuselect calls · 90121c49
      Sebastian Kemper authored
      
      Currently the menuselect calls, for each category or item, step into a
      directory and call menuselect once. So if all packages are build
      menuselect will be called hundreds of times and as many directory
      changes will be done.
      
      Instead step into the directory only once, then generate the argument
      string by iteratively adding to it and then call menuselect once. The
      speedup is big.
      
      Signed-off-by: default avatarSebastian Kemper <sebastian_ml@gmx.net>
      90121c49
    • Sebastian Kemper's avatar
      asterisk-15.x: fix CONFIGURE_ARGS · fb84fe64
      Sebastian Kemper authored
      
      The way CONFIGURE_ARGS are done for srtp and pjproect does not take into
      account that more than one package depends on them. This can result in
      build failures. So add ifeqs to test properly if --with or --without is
      required.
      
      This commit also adds CONFIGURE_ARGS checks for:
      
      alsa (asound)
      portaudio
      speex
      speexdsp
      
      Signed-off-by: default avatarSebastian Kemper <sebastian_ml@gmx.net>
      fb84fe64
    • Sebastian Kemper's avatar
      asterisk-13.x: fix CONFIGURE_ARGS · 78d4dc4f
      Sebastian Kemper authored
      
      The way CONFIGURE_ARGS are done for srtp and pjproect does not take into
      account that more than one package depends on them. This can result in
      build failures. So add ifeqs to test properly if --with or --without is
      required.
      
      This commit also adds CONFIGURE_ARGS checks for:
      
      alsa (asound)
      portaudio
      speex
      speexdsp
      
      Signed-off-by: default avatarSebastian Kemper <sebastian_ml@gmx.net>
      78d4dc4f
  2. Dec 03, 2017
  3. Dec 02, 2017
  4. Nov 28, 2017
  5. Nov 27, 2017
  6. Nov 26, 2017
Loading