On 03/04/2015 10:59 AM, Oliver Graute wrote: > This is a version bump to apr 1.5.1 its a required by apache 2.4 > > Signed-off-by: Oliver Graute > --- > rules/apr.make | 13 +++++++++---- > 1 file changed, 9 insertions(+), 4 deletions(-) > > diff --git a/rules/apr.make b/rules/apr.make > index 9c3b11d..a287859 100644 > --- a/rules/apr.make > +++ b/rules/apr.make > @@ -1,6 +1,7 @@ > # -*-makefile-*- > # > # Copyright (C) 2012 by Marc Kleine-Budde > +# Copyright (C) 2015 Dr. Neuhaus Telekommunikation GmbH, Hamburg Germany, Oliver Graute > # > # See CREDITS for details about who has contributed to this project. > # > @@ -16,8 +17,8 @@ PACKAGES-$(PTXCONF_APR) += apr > # > # Paths and names > # > -APR_VERSION := 0.9.20 > -APR_MD5 := 6dd59a88ee75b8cdf719a90b5a2f2485 > +APR_VERSION := 1.5.1 > +APR_MD5 := d3538d67e6455f48cc935d8f0a50a1c3 > APR := apr-$(APR_VERSION) > APR_SUFFIX := tar.bz2 > APR_URL := http://archive.apache.org/dist/apr/$(APR).$(APR_SUFFIX) > @@ -37,6 +38,10 @@ 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" \ This is not true for 64 bit Arch. Marc -- Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Solutions | Phone: +49-231-2826-924 | Vertretung West/Dortmund | Fax: +49-5121-206917-5555 | Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de |