Changes between Initial Version and Version 1 of Ticket #50699, comment 4


Ignore:
Timestamp:
Feb 23, 2016, 1:06:38 AM (8 years ago)
Author:
pixilla (Bradley Giesbrecht)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50699, comment 4

    initial v1  
    1 When building mysql with the bundled yassl the build system finds MacPorts openssl headers before the bundled yassl headers causing build errors. In r145938 I add the yassl include path before prefix which fixed building with yassl but evidently broke building with openssl. I am testing a refactored patch that is applied conditionally which should resolve with a commit soon to follow.
     1When building mysql with the bundled yassl the build system finds MacPorts openssl headers before the bundled yassl headers causing build errors. In r145938 I add the yassl include path before prefix which fixed building with yassl but evidently broke building with openssl. I am testing a refactored patch that is applied conditionally which should resolve this issue, with a commit soon to follow.
    22
    33I'm still looking for a way to patch the mysql cmake build system to fix this apparent bug and any help is welcome!