Skip to content

CZMQ uses outdated option to rebuild LIBCURL #2319

Description

@stephan57160

When we have a look to project.xml:

    <use project = "libcurl" optional = "1" implied = "1" min_major = "7" min_minor = "28">
      <add_config_opts>--with-secure-transport</add_config_opts> 
    </use>

but option --with-secure-transport is no longer supported.
It is now replaced by a bunch of different possibilities:

  • --with-gnutls=xxx
  • --with-openssl=xxx
  • ...

with xxx are path to the given library (I did not try yet, so I'm unsure what path to provide).

Anyway, on my side, I fixed this with 2 options:

  • --without-ssl
  • --without-libpsl
    to disable any further dependency, but I'm not sure this could be the best way.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions