]> git.pld-linux.org Git - packages/mysql.git/blob - x32.patch
- update files (partial)
[packages/mysql.git] / x32.patch
1 --- percona-server-5.6.21-70.1/include/m_string.h~      2014-12-28 15:51:15.000000000 +0000
2 +++ percona-server-5.6.21-70.1/include/m_string.h       2014-12-28 17:47:02.185659146 +0000
3 @@ -252,7 +252,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.032652 seconds and 3 git commands to generate.