[MacPorts] #64115: mysql8-8.0.27 won't build due to missing {{FIPS_}} function definitions

MacPorts noreply at macports.org
Tue Dec 21 21:41:54 UTC 2021


#64115: mysql8-8.0.27 won't build due to missing {{FIPS_}} function definitions
---------------------+-------------------------
  Reporter:  posita  |      Owner:  herbygillot
      Type:  defect  |     Status:  assigned
  Priority:  Normal  |  Milestone:
 Component:  ports   |    Version:  2.7.1
Resolution:          |   Keywords:
      Port:  mysql8  |
---------------------+-------------------------

Comment (by kencu):

 cmake gives you some ability to manipulate the order of includes.

 <https://cmake.org/cmake/help/latest/command/include_directories.html>

 finding a way to make the needed openssl includes come before the other
 includes is likely possible.


 for example:

 {{{include_directories(BEFORE PATH_TO_NEEDED_OPENSSL11_INCLUDES)}}}


 Otherwise you have to tack the include directory onto the compiler spec,
 use a compiler wrapper, or some such to force it, which is messier.

-- 
Ticket URL: <https://trac.macports.org/ticket/64115#comment:7>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list