Skip to content

Fix installation of libssl during the Superbuild

Cédric Traizet requested to merge 2058_openssl_libdir into release-7.2

Summary

In some builds, the Superbuild ssl libray is installed in prefix/lib64 instead of prefix/lib`, causing a compilation error when building CURL in the Superbuild

closes #2058 (closed)

Note that the libdir openssl configuration is the libray path relative to the prefix, not the absolute path.

Copyright

The copyright owner is CNES and has signed the ORFEO ToolBox Contributor License Agreement.


Check before merging:

  • All discussions are resolved
  • At least 2 👍 votes from core developers, no 👎 vote.
  • The feature branch is (reasonably) up-to-date with the base branch
  • Dashboard is green
  • Copyright owner has signed the ORFEO ToolBox Contributor License Agreement
  • Optionally, run git diff develop... -U0 --no-color | clang-format-diff.py -p1 -i on latest changes and commit
Edited by Cédric Traizet

Merge request reports