Skip to content

Add '-lssl -lcrypto' to fix build of python3 with openSSL on SLE15-SP1 aarch64

What does this MR do?

I needed to add -lssl -lcrypto flags to fix build of python3 with openSSL on SLE15-SP1 aarch64. Without this fix, python3 builds, but silently disbale OpenSSL support, which breaks the build later when python3 pip install is invoked and fails because httpS is used and TLS/SSL is not supported.

Related issues

#1625 (closed)

Checklist

See Definition of done.

  • Changelog entry created. Not applicable for Documentation changes and minor changes.
  • Documentation created/updated
  • Tests added
  • Integration tests added to GitLab QA, if applicable
  • MR targeting master branch
  • MR has a green pipeline on GitLab.com
  • Equivalent MR/issue for CNG opened if applicable
  • trigger-package has a green pipeline running against latest commit

Reviewer Checklist

In addition to above, reviewer must:

  • Pipeline is green on dev.gitlab.org if the change is not touching documentation or internal cookbooks

Merge request reports