> > @@ -37,8 +38,11 @@ APR_CONF_ENV := \
> >     ac_cv_struct_rlimit=yes \
> >     apr_cv_mutex_robust_shared=no \
> >     apr_cv_process_shared_works=yes \
> > +   ac_cv_func_setpgrp_void="yes" \
> > +   apr_cv_tcp_nodelay_with_cork="yes" \
> > +   ac_cv_sizeof_struct_iovec="8" \
>
> I doubt this is true for 64 bit archs. You can either add a proper
> autoconf test or make use of PTXCONF_ARCH_LP64

i don't know how to do that. Which autoconf file need to be adapted?

Best Regards,

Oliver