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

MacPorts noreply at macports.org
Thu Dec 30 02:20:06 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):

 Instead of
 {{{
 INCLUDE_DIRECTORIES(BEFORE SYSTEM ${OPENSSL_INCLUDE_DIR})
 }}}

 did you try
 {{{
 INCLUDE_DIRECTORIES(BEFORE ${OPENSSL_INCLUDE_DIR})
 }}}

 ?

 As you know, SYSTEM includes always come AFTER user includes.

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


More information about the macports-tickets mailing list