mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Marc Kleine-Budde <mkl@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Oliver Graute <oliver.graute@neuhaus.de>
Subject: Re: [ptxdist] [PATCH 1/2] apr: version update to 1.5.1
Date: Wed, 18 Feb 2015 11:57:59 +0100	[thread overview]
Message-ID: <54E47037.3080308@pengutronix.de> (raw)
In-Reply-To: <1424256318-16788-1-git-send-email-oliver.graute@neuhaus.de>


[-- Attachment #1.1: Type: text/plain, Size: 2731 bytes --]

On 02/18/2015 11:45 AM, Oliver Graute wrote:
> This is a version bump from 0.9.20 to 1.5.1
> 
> Signed-off-by: Oliver Graute <oliver.graute@neuhaus.de>
> ---
>  rules/apr.make |   14 +++++++++-----
>  1 file changed, 9 insertions(+), 5 deletions(-)
> 
> diff --git a/rules/apr.make b/rules/apr.make
> index 9c3b11d..557ff83 100644
> --- a/rules/apr.make
> +++ b/rules/apr.make
> @@ -1,6 +1,7 @@
>  # -*-makefile-*-
>  #
>  # Copyright (C) 2012 by Marc Kleine-Budde <mkl@pengutronix.de>
> +# Copyright (C) 2015 Dr. Neuhaus Telekommunikation GmbH, Hamburg Germany,  Oliver Graute <oliver.graute@neuhaus.de>
                                                                            ^^
one space should be enough

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

> +	apr_cv_mutex_recursive="yes" \
>  	apr_cv_pthreads_lib="-lpthread"
> -
^^^

please don't remove that line

>  #
>  # autoconf
>  #
> @@ -55,7 +59,7 @@ $(STATEDIR)/apr.install.post:
>  	@$(call targetinfo)
>  	@$(call world/install.post, APR)
>  	sed -i -e "s~@SYSROOT@~${PTXDIST_SYSROOT_TARGET}~g" \
> -		$(PTXDIST_SYSROOT_TARGET)/usr/build/apr_rules.mk
> +		$(PTXDIST_SYSROOT_TARGET)/usr/build-1/apr_rules.mk
>  	@$(call touch)
>  
>  # ----------------------------------------------------------------------------
> @@ -71,7 +75,7 @@ $(STATEDIR)/apr.targetinstall:
>  	@$(call install_fixup, apr,AUTHOR,"Marc Kleine-Budde <mkl@pengutronix.de>")
>  	@$(call install_fixup, apr,DESCRIPTION,missing)
>  
> -	@$(call install_lib, apr, 0, 0, 0644, libapr-0)
> +	@$(call install_lib, apr, 0, 0, 0644, libapr-1)
>  
>  	@$(call install_finish, apr)

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


[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

[-- Attachment #2: Type: text/plain, Size: 48 bytes --]

-- 
ptxdist mailing list
ptxdist@pengutronix.de

  parent reply	other threads:[~2015-02-18 10:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-18 10:45 Oliver Graute
2015-02-18 10:45 ` [ptxdist] [PATCH 2/2] added 0001-apr-gen-test-char.patch Oliver Graute
2015-02-19 16:12   ` Michael Olbrich
2015-02-18 10:57 ` Marc Kleine-Budde [this message]
2015-02-18 11:48   ` [ptxdist] Antwort: Re: [PATCH 1/2] apr: version update to 1.5.1 Oliver.Graute
2015-02-18 12:14     ` Marc Kleine-Budde

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54E47037.3080308@pengutronix.de \
    --to=mkl@pengutronix.de \
    --cc=oliver.graute@neuhaus.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox