Changes between Initial Version and Version 1 of Ticket #64115, comment 5


Ignore:
Timestamp:
Dec 21, 2021, 3:49:40 PM (2 years ago)
Author:
chrstphrchvz (Christopher Chavez)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64115, comment 5

    initial v1  
    1 MySQL 8 does not support OpenSSL 3, so the port requests OpenSSL 1.1. mysql8 correctly finds the include path for for OpenSSL 1.1 during configure, but it is not specified with higher precedence than `${prefix}/include` to the compiler, causing the build to error when OpenSSL 3 headers are picked up from `${prefix}/include/openssl`.
     1MySQL 8 does not support OpenSSL 3, so the port requests OpenSSL 1.1. mysql8 correctly detects the include path for OpenSSL 1.1 during configure, but the path is not specified with higher precedence than `${prefix}/include` to the compiler, causing the build to error when OpenSSL 3 headers are picked up from `${prefix}/include/openssl`.
    22
    33I wonder if other MySQL versions affected by this.