]> git.pld-linux.org Git - packages/mysql.git/blob - x32.patch
Builds again.
[packages/mysql.git] / x32.patch
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.048454 seconds and 3 git commands to generate.