Skip to content

Commit

Permalink
Merge pull request percona#4234 from EvgeniyPatlan/8.0
Browse files Browse the repository at this point in the history
PS-7618 Fix libmysqlclient creation
  • Loading branch information
EvgeniyPatlan authored Mar 30, 2021
2 parents 81b9c54 + b781f34 commit c3f4e1c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build-ps/rpm/mysql-5.7-sharedlib-rename.patch
Original file line number Diff line number Diff line change
Expand Up @@ -496,3 +496,12 @@
${SSL_LIBRARIES}

RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
--- libmysql/libmysql.ver.in 2021-03-30 14:51:31.092818239 +0300
+++ libmysql/libmysql.ver.in 2021-03-30 14:53:36.302958640 +0300
@@ -21,5 +21,5 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */


-libperconaserverclient_@SHARED_LIB_MAJOR_VERSION@.0
+libmysqlclient_@SHARED_LIB_MAJOR_VERSION@.0
{ global: ${CLIENT_API_FUNCTIONS};${CLIENT_API_FUNCTIONS_UNDOCUMENTED}; ${CLIENT_API_NONBLOCKING_FUNCTIONS}; local: *; };

0 comments on commit c3f4e1c

Please sign in to comment.