120 | | variant mysql5 description {Build with MySQL5 suppoprt} { |
121 | | depends_lib-append path:bin/mysql_config5:mysql5 |
| 120 | variant mysql5 conflicts mysql51 mysql55 mysql56 description {Build with MySQL5 suppoprt} { |
| 121 | depends_lib-append path:bin/mysql_config5:mysql5 |
| 122 | configure.args-delete --without-mysql |
| 123 | configure.args-append --with-mysql=yes |
| 124 | configure.env-append MYSQL_CONFIG=${prefix}/bin/mysql_config5 |
| 125 | } |
| 126 | |
| 127 | variant mysql51 conflicts mysql55 mysql56 description {Build with MySQL51 suppoprt} { |
| 128 | depends_lib-append path:bin/mysql_config5:mysql51 |
| 129 | configure.args-delete --without-mysql |
| 130 | configure.args-append --with-mysql=yes |
| 131 | configure.env-append MYSQL_CONFIG=${prefix}/bin/mysql_config5 |
| 132 | } |
| 133 | |
| 134 | variant mysql55 conflicts mysql51 mysql56 description {Build with MySQL55 suppoprt} { |
| 135 | depends_lib-append path:bin/mysql_config5:mysql55 |
| 136 | configure.args-delete --without-mysql |
| 137 | configure.args-append --with-mysql=yes |
| 138 | configure.env-append MYSQL_CONFIG=${prefix}/bin/mysql_config5 |
| 139 | } |
| 140 | |
| 141 | variant mysql56 conflicts mysql51 mysql55 description {Build with MySQL56 suppoprt} { |
| 142 | depends_lib-append path:bin/mysql_config5:mysql56 |