Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Fix boost dependency for mysql #47011

Closed
wants to merge 1 commit into from
Closed

Fix boost dependency for mysql #47011

wants to merge 1 commit into from

Commits on Dec 14, 2015

  1. Fix boost dependency for mysql

    According to the mysql release notes, Boost.Geometry is required to build MySQL (see https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-5.html).  However, Boost.Geometry is a header-only library, and only need to actually *build* MySQL...it is not needed as a runtime dependency.  This patch just changes the dependency on boost for MySQL to be build-time only.
    
    See conversation at df384ee for details and discussion that lead to this PR
    toonetown committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    07fc746 View commit details
    Browse the repository at this point in the history