Skip to content
  • KO Myung-Hun's avatar
    src: os2: move gai_strerror() to compat · c84a1a1a
    KO Myung-Hun authored and Rémi Denis-Courmont's avatar Rémi Denis-Courmont committed
    
    
    This fixes the following linkage error.
    
    -----
      CCLD     libhttps_plugin.la
    weakld: error: Unresolved symbol (UNDEF) '_gai_strerror'.
    weakld: info: The symbol is referenced by:
        P:\tmp\ldconv_libvlc_http_la-transport_o_64fd5671f455159d80.obj
    Ignoring unresolved externals reported from weak prelinker.
    Error! E2028: _gai_strerror is an undefined reference
    file P:/tmp\ldconv_libvlc_http_la-transport_o_64fd5671f455159d80.obj(ldconv_libvlc_http_la-transport_o_64fd5671f455159d80.obj): undefined symbol _gai_strerror
    make.exe[4]: *** [libhttps_plugin.la] Error 1
    -----
    
    Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
    c84a1a1a