Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
barracuda156 opened this issue Feb 1, 2025 · 0 comments
Open

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

barracuda156 opened this issue Feb 1, 2025 · 0 comments

Comments

@barracuda156
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant