Skip to content

Commit

Permalink
Merge pull request #2739 from EvgeniyPatlan/release-5.7.24-26
Browse files Browse the repository at this point in the history
Fix rpm patch
  • Loading branch information
EvgeniyPatlan authored Nov 30, 2018
2 parents cee1195 + 1390dbe commit c8fe767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-ps/rpm/mysql-5.7-sharedlib-rename.patch
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ diff -rup old/rapid/unittest/gunit/xplugin/CMakeLists.txt new/rapid/unittest/gun
endif ()
else ()
- target_link_libraries(${tool} perconaserverclient)
+ target_link_libraries(${tool} mysqlserverclient)
+ target_link_libraries(${tool} mysqlclient)
endif ()
endif ()

0 comments on commit c8fe767

Please sign in to comment.