Re: [PATCH] Add configure variable for /dev/zero mmap check

2020-03-10 Thread Graham Leggett
On 05 Feb 2020, at 21:40, Sebastian Kemper wrote: > APR's configure script uses AC_TRY_RUN to detect whether /dev/zero can > be mmaped. When cross-compiling this defaults to no. While APR compiles > fine like this (since r1873594 in the APR 1.7 branch), the apr_lock > implementation method falls

Re: [PATCH] Add configure variable for strerror_r check

2020-03-10 Thread Graham Leggett
On 05 Feb 2020, at 21:14, Sebastian Kemper wrote: > APR's configure script uses AC_TRY_RUN to detect whether the return type > of strerror_r is int. When cross-compiling this defaults to no. > > This commit adds an AC_CACHE_CHECK so users who cross-compile APR may > influence the outcome with a

Re: svn commit: r1836445 [1/3] - in /apr/apr-util/branches/1.7.x: ./ crypto/ include/ include/private/ test/

2020-03-10 Thread Graham Leggett
On 07 Aug 2019, at 00:55, Rainer Jung wrote: > Solaris(10) provides NSS support but it is somewhat outdated. Especially it > does not know about SEC_OID_SHA224, so compilation (linking) fails. > > So currently APR trunk and APR-UTIL 1.7.x no longer compile on Solaris (1.7.x > has more problems

Re: svn commit: r1836445 [1/3] - in /apr/apr-util/branches/1.7.x: ./ crypto/ include/ include/private/ test/

2020-03-10 Thread Graham Leggett
On 07 Aug 2019, at 00:55, Rainer Jung wrote: > Solaris(10) provides NSS support but it is somewhat outdated. Especially it > does not know about SEC_OID_SHA224, so compilation (linking) fails. > > So currently APR trunk and APR-UTIL 1.7.x no longer compile on Solaris (1.7.x > has more problems