-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
--with-wolfssl configurations is broken #574
Comments
Hi @chriskohlhoff could you please comment. The original upstreaming effort was good, but the partial merge(cherry pick) caused a broken configuration. Thanks, |
Hi Team ASIO, This issue is blocking users of ASIO with wolfSSL building against the main-line for production releases. Thanks, |
@tmael , can I suggest you create a PR for this issue to help move things along? This has been outstanding for too long. Thanks, |
Hi @chriskohlhoff,
A build --with-wolfssl configuration option is broken.
wolfSSL previously submitted PR #383 which has been merged into the asio mainline. Thank you!
Unfortunately, the --with-wolfssl build option hook in configure.ac was missed when cherry-picking the changes.
Can you please merge the pieces that were missed?
The workaround is to build with the following options.
./configure CPPFLAGS="-DASIO_USE_WOLFSSL" LDFLAGS="-lwolfssl"
Please let me know if you need more info or if you would like me to submit a new pull request.
Thanks,
Tesfa
The text was updated successfully, but these errors were encountered: