From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1YOTml-0003sl-Hw for ptxdist@pengutronix.de; Thu, 19 Feb 2015 17:17:07 +0100 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.80) (envelope-from ) id 1YOTml-0005RZ-Ge for ptxdist@pengutronix.de; Thu, 19 Feb 2015 17:17:07 +0100 Date: Thu, 19 Feb 2015 17:17:07 +0100 From: Michael Olbrich Message-ID: <20150219161707.GB8151@pengutronix.de> References: <1424256561-17825-1-git-send-email-oliver.graute@neuhaus.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1424256561-17825-1-git-send-email-oliver.graute@neuhaus.de> Subject: Re: [ptxdist] [PATCH 1/2] apr-util: version bump apr-util Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de On Wed, Feb 18, 2015 at 11:49:20AM +0100, Oliver Graute wrote: > This is a apr-util version bump from 0.9.19 to 1.5.4 > this is necessary for the Apache2 version bump > > Signed-off-by: Oliver Graute > --- > rules/apr-util.in | 1 - > rules/apr-util.make | 14 +++++++++----- > 2 files changed, 9 insertions(+), 6 deletions(-) > > diff --git a/rules/apr-util.in b/rules/apr-util.in > index aaacfad..6e53726 100644 > --- a/rules/apr-util.in > +++ b/rules/apr-util.in > @@ -3,7 +3,6 @@ > config APR_UTIL > tristate > select APR > - select HOST_APR_UTIL > select EXPAT > prompt "apr-util" > help > diff --git a/rules/apr-util.make b/rules/apr-util.make > index 821a838..86aa107 100644 > --- a/rules/apr-util.make > +++ b/rules/apr-util.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_UTIL) += apr-util > # > # Paths and names > # > -APR_UTIL_VERSION := 0.9.19 > -APR_UTIL_MD5 := 927a200513018a579cc9936c05d35206 > +APR_UTIL_VERSION := 1.5.4 > +APR_UTIL_MD5 := 866825c04da827c6e5f53daff5569f42 > APR_UTIL := apr-util-$(APR_UTIL_VERSION) > APR_UTIL_SUFFIX := tar.bz2 > APR_UTIL_URL := http://archive.apache.org/dist/apr/$(APR_UTIL).$(APR_UTIL_SUFFIX) > @@ -29,14 +30,17 @@ APR_UTIL_LICENSE := APLv2 > # Prepare > # ---------------------------------------------------------------------------- > > +APR_UTIL_CONF_ENV := $(CROSS_ENV) > + > # > # autoconf > # > APR_UTIL_CONF_TOOL := autoconf > APR_UTIL_CONF_OPT := \ > $(CROSS_AUTOCONF_USR) \ > - --with-apr=$(PTXDIST_SYSROOT_CROSS)/bin/apr-config \ > - --with-expat=$(PTXDIST_SYSROOT_TARGET)/usr > + --with-apr=$(PTXDIST_SYSROOT_CROSS)/bin/apr-1-config \ This seems strange (the original, not just your change): I don't think there is a $(PTXDIST_SYSROOT_CROSS)/bin/apr-config, it should be in PTXDIST_SYSROOT_TARGET. Can you check what configure does here? > + --with-expat=$(PTXDIST_SYSROOT_TARGET)/usr/include/apr-1 No, I'm pretty sure, that's not where expat is found. Michael > + > > # ---------------------------------------------------------------------------- > # Target-Install > @@ -51,7 +55,7 @@ $(STATEDIR)/apr-util.targetinstall: > @$(call install_fixup, apr-util,AUTHOR,"Marc Kleine-Budde ") > @$(call install_fixup, apr-util,DESCRIPTION,missing) > > - @$(call install_lib, apr-util, 0, 0, 0644, libaprutil-0) > + @$(call install_lib, apr-util, 0, 0, 0644, libaprutil-1) > > @$(call install_finish, apr-util) > > -- > 1.7.9.5 > > > -- > ptxdist mailing list > ptxdist@pengutronix.de > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list ptxdist@pengutronix.de