]> git.pld-linux.org Git - packages/mysql.git/blame - x32.patch
Rel 3
[packages/mysql.git] / x32.patch
CommitLineData
3c4ce30b
JR
1--- percona-server-5.5.57-38.9/include/m_string.h~ 2017-09-03 14:08:34.000000000 +0200
2+++ percona-server-5.5.57-38.9/include/m_string.h 2017-09-03 14:10:58.545427673 +0200
3@@ -273,7 +273,7 @@
4 @return the last non-space character
5 */
6
7-#ifdef __x86_64__
8+#if defined(__x86_64__) && !defined(__ILP32__)
9
10 #if SIZEOF_LONG != 8
11 # error "SIZEOF_LONG != 8"
This page took 0.175617 seconds and 4 git commands to generate.