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 1YG1Oh-0003DT-Ns for ptxdist@pengutronix.de; Tue, 27 Jan 2015 09:21:19 +0100 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.80) (envelope-from ) id 1YG1Oh-0000oS-M8 for ptxdist@pengutronix.de; Tue, 27 Jan 2015 09:21:19 +0100 Date: Tue, 27 Jan 2015 09:21:19 +0100 From: Michael Olbrich Message-ID: <20150127082119.GG5565@pengutronix.de> References: <1422215784-25936-1-git-send-email-alex.aring@gmail.com> <1422215784-25936-2-git-send-email-alex.aring@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1422215784-25936-2-git-send-email-alex.aring@gmail.com> Subject: Re: [ptxdist] [PATCHv2 1/4] liblzo: rework and version bump 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 Sun, Jan 25, 2015 at 08:56:21PM +0100, Alexander Aring wrote: > This patch removes the menuentries to generate a static or shared > library. Instead we do default a shared library now. Additional we > do slightly a version bump to 2.08 liblzo version. > > Signed-off-by: Alexander Aring Thanks, applied. Michael > --- > rules/liblzo.in | 18 ------------------ > rules/liblzo.make | 11 +++++------ > 2 files changed, 5 insertions(+), 24 deletions(-) > > diff --git a/rules/liblzo.in b/rules/liblzo.in > index 62c74c7..d416b59 100644 > --- a/rules/liblzo.in > +++ b/rules/liblzo.in > @@ -9,21 +9,3 @@ menuconfig LIBLZO > Compiles the LZO compression libraries on your target system. > > See http://www.oberhumer.com/opensource/lzo/ for info about it. > - > -if LIBLZO > - > -config LIBLZO_SHARED > - bool > - default y > - prompt "Create shared library" > - help > - Create a shared library and install it into /usr/lib > - > -config LIBLZO_STATIC > - bool > - prompt "Create static link library" > - help > - Create a static link library and install it into /usr/lib. > - Normally not needed. > - > -endif > diff --git a/rules/liblzo.make b/rules/liblzo.make > index 2bcb25f..dcb4c9e 100644 > --- a/rules/liblzo.make > +++ b/rules/liblzo.make > @@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_LIBLZO) += liblzo > # > # Paths and names > # > -LIBLZO_VERSION := 2.03 > -LIBLZO_MD5 := 0c3d078c2e8ea5a88971089a2f02a726 > +LIBLZO_VERSION := 2.08 > +LIBLZO_MD5 := fcec64c26a0f4f4901468f360029678f > LIBLZO := lzo-$(LIBLZO_VERSION) > LIBLZO_SUFFIX := tar.gz > LIBLZO_URL := http://www.oberhumer.com/opensource/lzo/download/$(LIBLZO).$(LIBLZO_SUFFIX) > @@ -38,8 +38,8 @@ LIBLZO_ENV := $(CROSS_ENV) > # > LIBLZO_AUTOCONF := \ > $(CROSS_AUTOCONF_USR) \ > - --$(call ptx/endis, PTXCONF_LIBLZO_SHARED)-shared \ > - --$(call ptx/endis, PTXCONF_LIBLZO_STATIC)-static > + --enable-shared \ > + --disable-static > > # ---------------------------------------------------------------------------- > # Target-Install > @@ -54,9 +54,8 @@ $(STATEDIR)/liblzo.targetinstall: > @$(call install_fixup, liblzo,AUTHOR,"Carsten Schlote ") > @$(call install_fixup, liblzo,DESCRIPTION,missing) > > -ifdef PTXCONF_LIBLZO_SHARED > @$(call install_lib, liblzo, 0, 0, 0644, liblzo2) > -endif > + > @$(call install_finish, liblzo) > > @$(call touch) > -- > 2.2.2 > > > -- > 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