• Sergey Vojtovich's avatar
    MDEV-4786 - merge 10.0-monty - 10.0 · 5f8effe1
    Sergey Vojtovich authored
    Fixed debian/ubuntu build failure.
    
    cmake/ssl.cmake:
      Do not prefer static SSL libraries for WITH_SSL=system|yes as there is
      no guarantee that they will link well with MariaDB shared objects.
      Specifically on debian/ubuntu static SSL libraries are built without
      -fPIC.
      
      Restore 5.6 behavior. 10.0.3 never prefer static SSL libraries.
    5f8effe1
ssl.cmake 8.62 KB