]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- rel 2; make internal libhsclient static auto/th/mysql-5.6.34-79.1.2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 18 Jan 2017 21:22:28 +0000 (22:22 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 18 Jan 2017 21:22:28 +0000 (22:22 +0100)
mysql-nosystem-libhsclient.patch [new file with mode: 0644]
mysql.spec

diff --git a/mysql-nosystem-libhsclient.patch b/mysql-nosystem-libhsclient.patch
new file mode 100644 (file)
index 0000000..f7eaf60
--- /dev/null
@@ -0,0 +1,7 @@
+--- percona-server-5.6.34-79.1/plugin/HandlerSocket-Plugin-for-MySQL/libhsclient/CMakeLists.txt~       2017-01-18 20:55:39.000000000 +0100
++++ percona-server-5.6.34-79.1/plugin/HandlerSocket-Plugin-for-MySQL/libhsclient/CMakeLists.txt        2017-01-18 22:11:36.746121700 +0100
+@@ -1,3 +1,3 @@
+ SET (LIBHSCLIENT_SOURCES config.cpp escape.cpp fatal.cpp hstcpcli.cpp socket.cpp string_util.cpp)
+-ADD_LIBRARY(hsclient ${LIBHSCLIENT_SOURCES})
++ADD_LIBRARY(hsclient STATIC ${LIBHSCLIENT_SOURCES})
index 8a733f707ee97181978afb3337c39815a712ba9a..486c72d3d2c993e458a9a946ece3fce8a7d66d65 100644 (file)
@@ -30,7 +30,7 @@
 %undefine      with_tokudb
 %endif
 
-%define                rel     1
+%define                rel     2
 %define                percona_rel     79.1
 %include       /usr/lib/rpm/macros.perl
 Summary:       MySQL: a very fast and reliable SQL database engine
@@ -73,6 +73,7 @@ Patch4:               %{name}-no-default-secure-auth.patch
 Patch5:                %{name}-system-libhsclient.patch
 # from fedora
 Patch6:                %{name}-system-users.patch
+Patch7:                mysql-nosystem-libhsclient.patch
 
 Patch9:                %{name}-build.patch
 Patch11:       %{name}-upgrade.patch
@@ -527,6 +528,7 @@ mv sphinx-*/mysqlse storage/sphinx
 %patch4 -p1
 %{?with_system_hsclient:%patch5 -p1}
 %patch6 -p1
+%patch7 -p1
 
 %patch9 -p1
 %patch11 -p1
This page took 0.110085 seconds and 4 git commands to generate.