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
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
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
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