File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 90
90
# Connector library targets are configured to use OpenSSL from appropriate
91
91
# locations. This can be overriden by user -- if `mysql::openssl` target
92
92
# is defined prior to loading `mysql-concpp` package then this target is used
93
- # to resolve dependency on OpenSSL library.
93
+ # to resolve dependency on the OpenSSL library.
94
94
#
95
95
# MySQL client library dependency
96
96
# -------------------------------
97
97
#
98
- # If legacy library is built with the MySQL client library linked dynamically
99
- # then the `concpp-jdbc-static` target depends on `libmysqlclient` which should
100
- # be available on the build host. If it is installed in non-standard location
101
- # then config variable WITH_MYSQL should be set to point at the MySQL install
102
- # location. The library search path will be augmented to find the client
103
- # library installed at that location.
98
+ # If JDBC connector library is built with the MySQL client library linked
99
+ # dynamically then the `concpp-jdbc-static` target depends on `libmysqlclient`
100
+ # which should be available on the build host. If it is installed
101
+ # in non-standard location then config variable WITH_MYSQL should be set
102
+ # to point at the MySQL install location. The library search path will
103
+ # be augmented to find the client library installed at that location.
104
104
#
105
105
# Note that connector libraries published by MySQL have the client library
106
106
# statically linked in so that there is no external dependency on it.
You can’t perform that action at this time.
0 commit comments