crosscompile addon against libcurl

  • My iptv provider (zattoo) changed the API to https.
    In order to make the addon work again, I have to build the addon (pvr.zattoo) against libcurl.

    So I would need to compile the following method for the HTTP(S) requests with libcurl:

    string jsonString = HttpPost("https://zattoo.com/zapi/watch", dataStream.str());

    Would --enable-libcurl in
    "packages/addons/addon-depends/multimedia-tools-depends/depends/libmediainfo/package.mk"
    and
    "packages/sysutils/systemd/package.mk"
    solve my problem?

    Edited once, last by indri (April 24, 2017 at 8:52 AM).