Skip to content

Test binaries fail to link with --enable-static=no #112

Description

@barracuda156

libgsocket.a is build in a way that is does not include symbols from OpenSSL, and test binaries are only linked to that (and libutil), but not to OpenSSL libs. In result, linking fails.

It does work, however, if --enable-static=no is dropped. But this is still a bug: if static should not be disabled, then the option should not exist or not have an effect; if it is a valid option, then build with tests should work.

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