-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Openssl proper support for multiple defines #22832
Conversation
2708279
to
448030c
Compare
I detected other pull requests that are modifying openssl/3.x.x recipe:
This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
This comment has been minimized.
This comment has been minimized.
@klausholstjacobsen Have a look at #22662 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Conan v1 pipeline ❌Failure in build 2 ( An unexpected error happened and has been reported. Help is on its way! 🏇 Conan v2 pipeline ✔️
All green in build 2 (
|
This should be fixed via #22662 |
Fixed via #22662 |
openssl/3.x.x
With current recipe multiple defines in AutotoolsToolchain results in this config:
Resulting in the gcc compile command
...-DNDEBUG MYDEF1 MYDEF2...
(note the missing '-D') which produces a compile error.This PR fixes that issue producing this working config: