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

Explicitly specify the static build of AWS-LC for linking #374

Merged
merged 1 commit into from
Apr 4, 2024

Conversation

amirhosv
Copy link
Contributor

@amirhosv amirhosv commented Apr 2, 2024

Description of changes:

In case a customer does not use build.gradle to build ACCP and have a separate flow for building AWS-LC, we introduce a property that can be pass to CMake that identifies the static build of AWS-LC. When shared objects for AWS-LC are also built, OPENSSL_CRYPTO_LIBRARY defaults to the shared object. In such cases, one can set OPENSSL_CRYPTO_LIBRARY_STATIC so that the static build would be used for linking.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@amirhosv amirhosv force-pushed the static-build branch 2 times, most recently from 4499856 to 7869ba2 Compare April 2, 2024 20:25
@amirhosv amirhosv marked this pull request as ready for review April 2, 2024 21:21
@amirhosv amirhosv requested a review from a team as a code owner April 2, 2024 21:21
geedo0
geedo0 previously approved these changes Apr 4, 2024
@amirhosv amirhosv dismissed stale reviews from geedo0 and WillChilds-Klein via 32fce7a April 4, 2024 16:03
@amirhosv amirhosv merged commit 32fce7a into corretto:main Apr 4, 2024
10 checks passed
@amirhosv amirhosv deleted the static-build branch April 4, 2024 17:39
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

Successfully merging this pull request may close these issues.

3 participants