From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH v2] flex: update 2.5.39 -> 2.6.3
Date: Fri, 31 Mar 2017 17:24:22 +0200 [thread overview]
Message-ID: <20170331152422.oap6l2y3ineevbv7@pengutronix.de> (raw)
In-Reply-To: <20170329115148.7278-1-clemens.gruber@pqgruber.com>
On Wed, Mar 29, 2017 at 01:51:47PM +0200, Clemens Gruber wrote:
> Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
This breaks at least latrace, and maybe other stuff. This requires some
more work, so this will have to wait until after the next release.
Michael
> ---
> rules/flex.make | 16 +++++++++++-----
> 1 file changed, 11 insertions(+), 5 deletions(-)
>
> diff --git a/rules/flex.make b/rules/flex.make
> index 803e25897..59fc7d0b8 100644
> --- a/rules/flex.make
> +++ b/rules/flex.make
> @@ -16,11 +16,11 @@ PACKAGES-$(PTXCONF_FLEX) += flex
> #
> # Paths and names
> #
> -FLEX_VERSION := 2.5.39
> -FLEX_MD5 := 477679c37ff8b28248a9b05f1da29a82
> +FLEX_VERSION := 2.6.3
> +FLEX_MD5 := a5f65570cd9107ec8a8ec88f17b31bb1
> FLEX := flex-$(FLEX_VERSION)
> -FLEX_SUFFIX := tar.xz
> -FLEX_URL := $(call ptx/mirror, SF, flex/$(FLEX).$(FLEX_SUFFIX))
> +FLEX_SUFFIX := tar.gz
> +FLEX_URL := https://github.com/westes/flex/releases/download/v$(FLEX_VERSION)/$(FLEX).$(FLEX_SUFFIX)
> FLEX_SOURCE := $(SRCDIR)/$(FLEX).$(FLEX_SUFFIX)
> FLEX_DIR := $(BUILDDIR)/$(FLEX)
> FLEX_LICENSE := BSD-2-Clause
> @@ -36,7 +36,13 @@ FLEX_CONF_TOOL := autoconf
> FLEX_CONF_OPT := \
> $(CROSS_AUTOCONF_USR) \
> --disable-nls \
> - --disable-rpath
> + --disable-rpath \
> + --disable-warnings \
> + --enable-libfl \
> + --disable-bootstrap
> +
> +FLEX_MAKE_OPT := -C src
> +FLEX_INSTALL_OPT:= -C src install
>
> # ----------------------------------------------------------------------------
> # Target-Install
> --
> 2.12.1
>
>
> _______________________________________________
> 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
prev parent reply other threads:[~2017-03-31 15:24 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-29 11:51 Clemens Gruber
2017-03-29 11:51 ` [ptxdist] [PATCH v2] iproute2: version bump 4.9.0 -> 4.10.0 Clemens Gruber
2017-04-03 8:29 ` Michael Olbrich
2017-03-31 15:24 ` Michael Olbrich [this message]
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=20170331152422.oap6l2y3ineevbv7@pengutronix.de \
--to=m.olbrich@pengutronix.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