Re: [OE-core] [morty][PATCH] apr: fix off_t size can't match when configure and in target glibc

2018-06-29 Thread Khem Raj
this is ok. however we should refer to https://bz.apache.org/bugzilla/show_bug.cgi?id=56053 in the patch description somewhere, at least on master. On Fri, Jun 29, 2018 at 5:59 AM George McCollister wrote: > > From: Dengke Du > > When subversion run on x86 and lib32 on x86-64, it use the APR's

[OE-core] [morty][PATCH] apr: fix off_t size can't match when configure and in target glibc

2018-06-29 Thread George McCollister
From: Dengke Du When subversion run on x86 and lib32 on x86-64, it use the APR's apr.h header file. But when configure the APR, APR meets the cross compiling, it was hardcoded in configure.in in apr source code. As the following: APR_CHECK_SIZEOF_EXTENDED([#include ], off_t, 8) It pass