1 | 97,99c97,99 |
---|
2 | < configure.args-append --with-mysql \ |
---|
3 | < --with-mysql-include=${prefix}/include/mysql5 \ |
---|
4 | < --with-mysql-lib=${prefix}/lib/mysql5 |
---|
5 | --- |
---|
6 | > configure.args-delete --without-mysql |
---|
7 | > configure.args-append --with-mysql=yes \ |
---|
8 | > MYSQL_CONFIG=${prefix}/bin/mysql_config5 |
---|