Skip to content
Snippets Groups Projects
  • Michael L. Young's avatar
    66a35e24
    build_tools: Fix download_externals to allow the use of curl or wget · 66a35e24
    Michael L. Young authored
    Not sure if this is really a bug versus an improvement. I can see it being
    viewed as a bug though by some.
    
    The current build_tools/download_externals file depends on wget in order to
    download external modules.  The current build system is able to discover
    which tool to use for fetching remote files - either wget or curl.
    
    This patch takes advantage of this capability by modifying the two calls to
    the wget binary to instead use what was discovered by the build system.
    
    ASTERISK-26812 #close
    
    Change-Id: If9411a2554f009274d377445613ae91192d948a1
    66a35e24
    History
    build_tools: Fix download_externals to allow the use of curl or wget
    Michael L. Young authored
    Not sure if this is really a bug versus an improvement. I can see it being
    viewed as a bug though by some.
    
    The current build_tools/download_externals file depends on wget in order to
    download external modules.  The current build system is able to discover
    which tool to use for fetching remote files - either wget or curl.
    
    This patch takes advantage of this capability by modifying the two calls to
    the wget binary to instead use what was discovered by the build system.
    
    ASTERISK-26812 #close
    
    Change-Id: If9411a2554f009274d377445613ae91192d948a1